How does index makes search faster?
Answer / Arun Dwivedi
An index is a database object that improves the speed of data retrieval operations on a table by organizing the data in such a way that it can be found more quickly. The index contains keys that reference the location of the rows where the specific data resides, allowing SQL Server to avoid scanning every row in a table during a search.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is clr ddl trigger?
How can you append an identity column to a temporary table?
What is a self join in sql server?
Do you know what are acid properties?
1. What are the grouping function in SQL ? 2. If base table of a view deleted means, what will happen while we querying on view ? will give any error ? 3. Difference between DROP, DELETE, TRUNCATE table ? 4. What is constraints and types ? 5. What is max size of nchar & nvarchar ? 6. Define ROLLBACK, COMMIT, SAVE POINT 7. How non-clustered better ? or rank the Clustered, Non-Clustered and Table scan in performance wise 8. Select 10 rows from a table ? 9. Define DML, DDL, DCL, DTL commands ? 10. What is mean by NULL value ? NULL means "" or 0 or undefined ? 11. Default constraints ? 12. Can we have more then primary Key in table ? 13. Type of integrity ? Entity, Referential, Domain ?
Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.
How to insert stored procedure result into temporary table?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
how to determine the service pack currently installed on sql server? : Sql server database administration
How to create new databases with "create database" statements?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is collation sensitivity? Explain different types.
Oracle (3253)
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)