What are keys in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

Is primary key clustered or nonclustered?

0 Answers  


Can we group by two columns in sql?

0 Answers  


How do you clear the screen in sql?

0 Answers  


Why we use sql profiler?

0 Answers  


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  






How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

0 Answers  


Can we use ddl commands in pl sql?

0 Answers  


How does cross join work?

0 Answers  


I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible

9 Answers  


How bulk collect improves performance?

0 Answers  


What is compiled query?

0 Answers  


How many sql databases can you have on one server?

0 Answers  


Categories