What is differance unique key and primary key.
Answer Posted / dhanashree
Unique Key can be NULL
But
Primary Key can not be NULL
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is an exception in pl/sql?
What is the difference between the sql*loader and import utilities? : aql loader
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is an intersect?
What is substitution variable in pl sql?
Do ddl statements need commit?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
What is the largest value that can be stored in a byte data field?
How to get list of all tables from a database?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is a trigger in sql?
Can a select statement fire a trigger?
What does <> sql mean?
What is sql partition function?
What are views in sql?