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
What is dbms and its application?
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?
What is denormalization and when would you go for it?
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?
What are defaults? Is there a column to which a default can't be bound?
How long can an error message be in raiseerror function?
In which database can extended stored procedures be added?
What are the disadvantages of cursors? How can you avoid cursors?
What are the three basic rules which are to be followed for the relational model of the database?
can you give me the syntax of named procedure??
State the acid rules?
Explain about normal forms?