What is foreign key and example?


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

Post New Answer

More SQL PLSQL Interview Questions

What is blind sql injection?

0 Answers  


List the various privileges that a user can grant to another user?

0 Answers  


what is the difference between char and varchar data types? : Sql dba

0 Answers  


What are pl sql procedures?

0 Answers  


what happens if you no create privilege in a database? : Sql dba

0 Answers  






declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


how will u find statistics of a database objects?

2 Answers   iFlex,


Explain the two type of Cursors ?

8 Answers   Hi Caliber IT,


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

0 Answers   IBM,


What is sql injection vulnerability?

0 Answers  


What is forward declaration in pl sql?

0 Answers  


What is crud diagram?

0 Answers  


Categories