Is clustered index a primary key?
Answer / Vikas Kumar Agarwal
No, a clustered index is not necessarily a primary key. A table can have only one primary key but multiple clustered indexes. However, the primary key can also be a clustered index.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you go back in sql?
Define select, insert, create, delete, update, drop keywords
Explain about various levels of constraint.
What is file based approach?
how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.
What is union, minus and interact commands?
What is meant by truncate in sql?
how to load data files into tables with 'mysqlimport'? : Sql dba
How do you exit in sql?
What is exception? What are the types of exceptions?
What are the usage of SAVEPOINTS?
Explain the structure of pl/sql in brief.
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)