what is indexing, searching and user interface?



what is indexing, searching and user interface?..

Answer / suman

what is indexing
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. By default, Oracle creates B-tree indexes.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is a stored procedure? : Sql dba

0 Answers  


How can I make sql query run faster?

0 Answers  


What is query execution plan in sql?

0 Answers  


How to convert comma separated string to array in pl/sql?

0 Answers  


What is union, minus and interact commands?

0 Answers  






Begin For j in 4403201000 .. 4403202000 Loop If mod (j, 100) = 0 then Dbms_output.put_line (j); End if; End loop; End; what will be the output of this question

7 Answers   TCS,


what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba

0 Answers  


How many triggers can be applied on a table?

0 Answers  


How do I write a cron which will run a sql query and mail the results to agroup?

0 Answers  


please explain database architecture..

1 Answers   Infosys,


What is trigger and stored procedure in sql?

0 Answers  


What is number function in sql?

0 Answers  


Categories