You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. <br /> The application contains a page named Exams.aspx. Exams.aspx calls the following SQL query inorder to display names of exams in a GridView control: <br /> SELECT ExamID, Name, Code FROM Exams <br /> Another page named ExamInfo.aspx makes use of the Exam query string parameter in order todisplay information about an exam. The exam is identified by the ExamID field that is returnedfrom the SQL query, the name of the book i
A、A
B、B
C、C
D、D