1.

Rewrite the following SQL statement after correcting error(s). Underline the corrections made. INSERT IN STUDENT(RNO,MARKS) VALUE (5, 78.5);

Answer»

INSERT INTO STUDENT(RNO, MARKS) VALUES (5,78.5);



Discussion

No Comment Found

Related InterviewSolutions