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 K...
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
Answer Details
The statement "select * from Marksheet" in a table called "Marksheet" will display all the records in the table, including the ID, Name, Score and Grade columns. This means that all the information stored in the table will be displayed, including the ID, Name, Score and Grade of each record.