What is a left join?


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

Post New Answer

More SQL PLSQL Interview Questions

Can i use Commit inside the Trigger? Suppose i use commit what will be happy (it's complied /executed/work)

6 Answers  


how many tupples can insert in 1 second in sql

1 Answers  


How global cursor can be declare with dynamic trigger ?

0 Answers  


What are sql functions? Describe the different types of sql functions?

0 Answers  


What are the differences between in and exists clause?

0 Answers  






need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.

2 Answers  


Why do we need a foreign key?

0 Answers  


how to find the First and Last Observation from the table: Ex: OBS Name Sal Ans like: OBS Name Sal 105 E 5000--> 105 E 5000 102 B 2000 104 D 4000 103 C 3000 101 A 1000--> 104 D 4000

4 Answers  


Which certification is best for sql?

0 Answers  


What is difference between sql function and stored procedure?

0 Answers  


I have a CURSOR then why we need BULK COLLECT again?

1 Answers  


How do you declare a constant?

0 Answers  


Categories