SQL Development quiz medium level

TAKE THE TEST SEND THIS TEST TO MY CANDIDATES

Test description

This test checks the knowledge of developers who are up-to-date with SQL features at a medium level.
Topics: select conditions, indexes, transactions, CTE, set operators, joins, datatypes, SQL functions.

Sample questions

1
Consider a table InternalParts with the structure Id, Description, Attrib1, Attrib2, Attrib3 and the next query: Which of the following statements is true?

SELECT * FROM InternalParts WHERE 'Description' IN (Attrib1, Attrib2, Attrib3)