Example:
Insert data into STUDENT table without explicitly providing column names.
Query:
'1000 Coney Island Ave. Brooklyn NY 11230 ',
Insert data into STUDENT table without explicitly providing column names.
Query:
INSERT INTO STUDENT
VALUES
(
4,
'Dennis',
'Charle',
'Demarcus' ,
'3022151541'
)