CIS 336 STUDY It's Your Life/cis336study.com CIS 336 STUDY It's Your Life/cis336study.com | Page 18

1.( TCO 4) Which of the following is not considered a database object?( Points: 4)
a table a view a constraint a sequence an index
2.( TCO 4) Which of the following SQL statements would you use to create a table named DEVRY?( Points: 4)
CREATE Devry( Student _ id NUMBER( 12), Student _ name VARCHAR2( 15), Student _ city VARCHAR2( 12)); CREATE TABLE Devry( Student _ id NUMBER( 12) Student _ name VARCHAR2( 15) Student _ city VARCHAR2( 12)

1.( TCO 4) Which of the following is not considered a database object?( Points: 4)

a table a view a constraint a sequence an index

2.( TCO 4) Which of the following SQL statements would you use to create a table named DEVRY?( Points: 4)

CREATE Devry( Student _ id NUMBER( 12), Student _ name VARCHAR2( 15), Student _ city VARCHAR2( 12)); CREATE TABLE Devry( Student _ id NUMBER( 12) Student _ name VARCHAR2( 15) Student _ city VARCHAR2( 12)