 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | Which of the following script is an example of Quick detection in the SQL injection attack? | 
| A. | SELECT loginame FROM master..sysprocesses WHERE spid = @@SPID | 
| B. | For integer inputs : convert(int,@@version) | 
| C. | IF condition true-part ELSE false-part (S) | 
| D. | SELECT header, txt FROM news UNION ALL SELECT name, pass FROM members | 
| Answer» C. IF condition true-part ELSE false-part (S) | |