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 implicit method which of the following is the correct example.
INSERT INTO STUDENTS VALUES (10,=E2=80=99ELENA=E2=80=99)
INSERT INTO STUDENTS VALUES (10, NULL,=E2=80=99ELENA=E2=80=99,NULL);
INSERT INTO STUDENST(USN_ID, FIRSTNAME)VALUES(10,=E2=80=99ELENA=E2=80=99)
Correct
INSERT INTO STUDENTS VALUES (USN_ID, FIRSTNAME)(10,=E2=80=99ELENA=E2=80=99)
Similar IT-6202 questions
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...
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...