what is the difference between primary key and unique key? : Sql dba


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is pl sql in oracle?

0 Answers  


What are commit, rollback, and savepoint?

0 Answers  


why not null constraint showing its constraint type as 'c'

1 Answers  


What are the types of variable use in pl sql?

0 Answers  


How do I find duplicates in sql?

0 Answers  






What is the maximum rows in csv?

0 Answers  


how can we destroy the cookie? : Sql dba

0 Answers  


How do I install sql?

0 Answers  


what is the difference between undefined value and null value? : Sql dba

0 Answers  


1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,


Why truncate is faster than delete?

0 Answers  


Is postgresql a nosql database?

0 Answers  


Categories