AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
Suppose that a user wanted to...
Suppose that a user wanted to insert a new value using the explicit method which of the following is the correct example.
INSERT INTO STUDENTS VALUES (USN_ID, FIRSTNAME)(10,=E2=80=99ELENA=E2=80=99)
INSERT INTO STUDENTS VALUES (10,=E2=80=99ELENA=E2=80=99)
INSERT INTO STUDENST(USN_ID, FIRSTNAME)VALUES(10,=E2=80=99ELENA=E2=80=99)
INSERT INTO STUDENTS VALUES (10, NULL,=E2=80=99ELENA=E2=80=99,NULL);
Correct
Feedbacks
ConventionalRat
-
2 years ago
Upvoted this question
Similar IT-6202 questions
Suppose that a user uses the DELETE statement as shown below: what is/are the possible output. DELET...
Suppose that a user wanted to insert a new value using the implicit method which of the following is...
Supposed that the user uses the ff SELECT statement: what will be the possible output.SELECT GRADE A...
Suppose that the user wanted to add a new column name as CUSTNAME data type char size 6. What is the...
Refer to table 1.0, suppose that user insert the following values using the statement below what wou...
Refer to table 1.0, suppose that user update the table using the statement below what would be the p...