How to fetch values from testtable1 that are not in testtable2 without using not keyword?


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

Post New Answer

More SQL PLSQL Interview Questions

What are records give examples?

0 Answers  


What is schema in sql example?

0 Answers  


Which tcp/ip port does sql server run on? How can it be changed? : Sql dba

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  


What do you understand by pl/sql records?

0 Answers  






What is application trigger?

0 Answers  


What are the modes of parameters that can be passed to a procedure ?

3 Answers  


Does sql between include endpoints?

0 Answers  


How do you drop a trigger?

0 Answers  


Which one of the following join types will always create a Cartesian Product? 1. CROSS JOIN 2. LEFT OUTER JOIN 3. RIGHT OUTER JOIN 4. FULL OUTER JOIN 5. INNER JOIN

2 Answers  


Where not exists in sql?

0 Answers  


In what condition is it good to disable a trigger?

0 Answers  


Categories