PRELIM EXAM (SCC)

PRELIM EXAM (SCC)

University

30 Qs

quiz-placeholder

Similar activities

et34stf352rfd789ssx548

et34stf352rfd789ssx548

University

32 Qs

SD_Ch20

SD_Ch20

9th Grade - University

30 Qs

การพัฒนาระบบฐานข้อมูล

การพัฒนาระบบฐานข้อมูล

University

30 Qs

Final Quiz

Final Quiz

University

25 Qs

Database 101

Database 101

University

30 Qs

CIW IBA Lesson 1 Vocabulary

CIW IBA Lesson 1 Vocabulary

8th Grade - University

29 Qs

SQL Quiz

SQL Quiz

University

25 Qs

ready Messer Questions 1-25

ready Messer Questions 1-25

9th Grade - University

25 Qs

PRELIM EXAM (SCC)

PRELIM EXAM (SCC)

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Erwin Guerra

Used 6+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What field in the database table identifies the unique identity of the records?

Identity key

Field key

Primary key

Record key

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is used to display the list of fields in the existing tables?

show tables;

show table [table name];

describe [table name];

describe table [table name];

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is used to delete the existing database in the database list?

remove database [database name];

delete database [database name];

dropped database [database name];

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is correct when we would like to delete a field name in the table?

alter table tablename

-- delete fieldname;

alter table tablename

-- drop fieldname;

drop table tablename;

drop table fieldname;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is correct when we would like to add a field name in the table?

alter table tablename

-- insert fieldname;

alter table tablename

-- add fieldname;

alter table

-- add fieldname;

alter table

-- insert fieldname;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is correct when we would like to change the name of the existing table?

alter table tablename

-- alter newtablename;

alter table tablename

-- rename newtablename;

alter table

-- change newtablename;

alter table

-- change name newtablename;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What query command is used to add table inside the database?

insert

add

create

update

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?