AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
Which of the following is the correct example of adding primary key constraint?
ALTER TABLE AUTHORSADD CONSTRAINT AUTHOR_ID PRIMARY KEY(NUMBER);
Correct
Similar IT-6203 questions
Which of the following is the correct example of dropping on delete cascade?
Which of the following is the correct example of referencing the BOOKS table to AUTHORS?
Which of the following is not possible causes of lock.
Which of the following is the correct query that will create a report that will display the followin...
Which of the following joins are mutually exclusive.
Which of the following is not true about complex view when using INSERT statement?