Why is a primary key important?


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

Post New Answer

More SQL PLSQL Interview Questions

What is where clause in sql?

0 Answers  


Why do we use joins?

0 Answers  


Does inner join remove duplicates?

0 Answers  


Explain UNION,MINUS,UNION ALL, INTERSECT?

1 Answers  


What are user defined stored procedures ?

3 Answers   BirlaSoft,






what is oltp (online transaction processing)? : Sql dba

0 Answers  


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

0 Answers  


Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,


I Have A Table Like This. Cityno Cityname Mails 1 Bangalore 8km 2 Hsr Layout 20km 3 Mejistic 30km 4 Jayadeva 55km 5 Itpl 80km 6 Hebbal 115km I Have Data Like This I Want O/p Like This Distance No.ofcity 0-50km 3 51-100km 2 101-150km 4 And So On

6 Answers   DELL, HCL, Oracle,


How do I truncate a sql log file?

0 Answers  


How to order siblings in oracle hierarchy queries?

0 Answers  


What is a left join?

0 Answers  


Categories