adplus-dvertising
frame-decoration

Question

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

a.

Select * from R natural join S

b.

Select * from R cross join S

c.

Select * from R union join S

d.

Select * from R inner join S

Posted under SQL DBMS

Answer: (b).Select * from R cross join S

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

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.

Q. The DROP TABLE statement:

Q. SQL views can be used to hide:

Q. The SQL statement to create a view is:

Q. To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: