What is the fastest way of accessing a row in a table?
Answer Posted / bhisma
The Fastest way to access a row is to use primary key of
the table.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Is full outer join same as cross join?
What is the use of sqlerrd 3?
What is offset in sql query?
what are the different type of normalization? : Sql dba
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
how to fetch alternate records from a table? : Sql dba
Sql technical questions
What does rownum mean in sql?
What is database sql?
What packages(if any) has oracle provided for use by developers?
What is sql trigger example?
Is sql database free?
Where do we use pl sql?
What does where 1/2 mean in sql?
how to convert character strings to numeric values? : Sql dba