1.

A_____ is a query that retrieves rows from more than one table or view:(a) Start(b) End(c) Join(d) All of the mentionedThe question was posed to me in an online interview.My enquiry is from Join Operations topic in chapter Query Processing Techniques of Database Management

Answer»

Correct answer is (c) Join

The best explanation: An SQL join clause combines records from TWO or more tables in a DATABASE. It creates a SET that can be saved as a table or used as it is. A JOIN is a means for combining fields from two tables by using VALUES common to each.



Discussion

No Comment Found

Related InterviewSolutions