0 of 15 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 15 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is used to retrieve data from multiple tables?
Which of the following are valid SQL joins
Which of the following is the functionality of inner join
Which of the following is the functionality of left join
Which of the following is the functionality of right join
Which of the following is the functionality of full join
Which join returns all records from the right table, and the matching records from the left table
Which of the following is not an outer join?
Cartesian join fetches the common values from multiple tables
What is not the type of join?
The output of cartesian join and full outer join is same
Left outer join output and right outer join output is different
Which statement is used to rename a table?
What is the correct Syntax of join?
What is true about cartesian join?