You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?


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

Post New Answer

More DB Development Interview Questions

What is dbms and its application?

0 Answers  


You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?

0 Answers  


What is denormalization and when would you go for it?

9 Answers   NBP,


There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?

0 Answers  


What are defaults? Is there a column to which a default can't be bound?

2 Answers  






How long can an error message be in raiseerror function?

0 Answers  


In which database can extended stored procedures be added?

0 Answers  


What are the disadvantages of cursors? How can you avoid cursors?

2 Answers  


What are the three basic rules which are to be followed for the relational model of the database?

0 Answers  


can you give me the syntax of named procedure??

2 Answers  


State the acid rules?

0 Answers  


Explain about normal forms?

0 Answers  


Categories