Explain primary key?
Answer / Banti
A primary key is a unique column or set of columns in a database table that unambiguously identifies each row. It enforces the rule of uniqueness, preventing duplicate values from being inserted into the primary key column(s). Each table can have only one primary key and it cannot be null.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the purpose of indexes?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
How do you persist objects, permissions in tempdb
How do I view a procedure in sql server?
Can we insert data if clustered index is disabled?
How do I make a resultset scrollable?
How to enter binary string literals in ms sql server?
What is the difference between migration and upgradation in sql server?
How do you create an execution plan?
Explain a differential backup?
How do I create a partition table in sql server?
Explain the creation and execution of a user-defined function in the sql server?
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)