What is a unique key?
Answer / Mohd Imran
A unique key in SQL is a constraint that ensures each record in a table has a distinct value for a specified column or set of columns. A primary key is a special type of unique key that identifies each row uniquely within a table and cannot contain NULL values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ON DELETE CASCADE?
When are we going to use truncate and delete?
can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?
how do you login to mysql using unix shell? : Sql dba
In pl/sql, what is bulk binding, and when/how would it help performance?
What does plv msg allows you to do?
What are the various restrictions imposed on view in terms of dml?
what is offset-fetch filter in tsql? : Transact sql
wtite down triggr not any entry on Sunday
What is sql analyzer?
What are the different types of dbms?
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
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)