WAEC - Data Processing (2020 - No. 23)
The DBSM statement select* from Marksheet in table Marksheet will display all records in the fields;
ID | NAME | SCORE | GRADE |
001 | Abdul | 55 | C |
002 | Emeka | 52 | C |
003 | Kola | 49 | P |
ID and Name only
ID, Score and Grade only
Score and Grade only
ID, Name, Score and Grade
Comments (0)
