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
b. a parameterized query
Computer Science & Information Technology
You might also like to view...
The ________ function is a commonly used function or totaling cell value
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is the most dangerous and unwanted IDS decision state?
A. False positive B. False negative C. True positive D. True negative
Computer Science & Information Technology