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


A) a simple query
B) a parameterized query
C) a compound query
D) a wildcard query

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions