Examlex

Solved

Which Item Describes the Function of the Following SQL Statement

question 6

Multiple Choice

Which item describes the function of the following SQL statement?
SELECT ID, Last_Name, First_Name, Address
FROM Members
WHERE Last_Name = @LastName


Definitions:

Related Questions