adplus-dvertising
frame-decoration

Question

Which of the join operations do not preserve non matched tuples.

a.

Left outer join

b.

Right outer join

c.

Inner join

d.

None of the above

Posted under SQL DBMS

Answer: (c).Inner join

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the join operations do not preserve non matched tuples.

Similar Questions

Discover Related MCQs

Q. What type of join is needed when you wish to include rows that do not have matching values?

Q. How many join types in join condition:

Q. Which join refers to join records from the right table that have no matching key in the left table are include in the result set:

Q. In SQL the statement select * from R, S is equivalent to

Q. Which join condition contains an equality operator:

Q. A __________ is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.

Q. The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTER INSERT trigger.

Q. What are the after triggers ?

Q. The variables in the triggers are declared using

Q. The default extension for an Oracle SQL*Plus file is:

Q. Triggers ________ enabled or disabled.

Q. To include integrity constraint in a existing relation use :

Q. Which of the following is not a integrity constraint ?

Q. Which of the following is the right syntax for assertion?

Q. Which of the following can be addressed by enforcing a referential integrity constraint?

Q. Drop Table cannot be used to drop a table referenced by a _________ constraint.

Q. ____________ is preferred method for enforcing data integrity.

Q. SQL stands for ________ .

Q. The SQL command to create a table is:

Q. A ________ is a stored program that is attached to a table or a view.