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 create a default constraint.
CREATE TABLE COURSE(CODE CHAR(4) PRIMARY KEY,TITLE VARCHAR(20),CONSTRAINT CODE_df DEFAULT(CODE 'BSIT'));
Correct
Similar IT-6203 questions
Which of the following is the correct example of disabling an integrity constraint?
Which of the following is the correct query that will create a report that will display the followin...
Which of the following is not part of single to subqueries?
Which of the following is the correct representation of one-to-one relation?
Which of the following is the correct example of enabling constraint?
Which of the following is the correct example of derived attribute?