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 |
what is a stored procedure? : Sql dba
How can I make sql query run faster?
What is query execution plan in sql?
How to convert comma separated string to array in pl/sql?
What is union, minus and interact commands?
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
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
How many triggers can be applied on a table?
How do I write a cron which will run a sql query and mail the results to agroup?
please explain database architecture..
What is trigger and stored procedure in sql?
What is number function in sql?