AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
Which of the following is the 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 example of creating a role STUDENT?
Which of the following is the example of creating a subquery that copy the values from employees tab...
Which of the following is the example of creating a subquery that will copy all values from employee...
Which of the following is the example of creating a user ANNA with password ANN01?
Which of the following is the example of creating a view where LASTNAME ends with letter S rename LA...
Which of the following is the example of derived attribute?