Tuesday, 23 April 2013

How does the WHERE clause affect the SELECT statement?SELECT * FROM Employee WHERE 1=1

A. an error occurs
B. returns the first row
C. all rows are returned
D. returns the row with the primary key = 1

Ans: C


No comments: