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 |
How do you retrieve set of records from database server. {Set max records = 100 & use paging where pager page no or records = 10 & after displaying 100 records again connect to database retrieve next 100 }
how to use myisamchk to check or repair myisam tables? : Sql dba
what is a database? : Sql dba
How to find only %th Highest Sal
how mysql optimizes distinct? : Sql dba
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
Why query optimization is needed?
what is the command used to fetch first 5 characters of the string? : Sql dba
How do you sort in sql?
what are set operators in sql? : Sql dba
What is query execution plan in sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)