Table 5 is a table named Results in a database. Use it to answer the questions that follows:
Write SQL statement that would perform each of the following:
(i) Display all records from the fields FirstName, SirName and IDNO;
(ii) Display the DOB value for john Wallace
(iii) Display all records whose marks range from 50 to 90
(iv) Sort all the records from highest to lowest based on marks;
(v) Display all records whose firstname start with letter A