Which Of The Following Statement Demonstrate The Correct Way To #437
Which of the following statement demonstrate the correct way to use the protection parameters in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Data Types, Views and Injection - SQL Injection - Quiz No.1.
Which of the following statement demonstrate the correct way to use the protection parameters in SQL?
SELECT * FROM Students WHERE Id = &0;
SELECT * FROM Students WHERE Id = *0;
SELECT * FROM Students WHERE Id = @0;
SELECT * FROM Students WHERE Id = %0;