PRELIM EXAM (SCC)

PRELIM EXAM (SCC)

University

30 Qs

quiz-placeholder

Similar activities

Coding

Coding

University

25 Qs

Autocad

Autocad

University

25 Qs

CIW IBA Lesson 1 Vocabulary

CIW IBA Lesson 1 Vocabulary

8th Grade - University

29 Qs

SQL Quiz

SQL Quiz

University

25 Qs

Post Prelim UIS

Post Prelim UIS

University

25 Qs

Connectivism  Learning Theory

Connectivism Learning Theory

University - Professional Development

25 Qs

CodeHS [Hover] Cybersecurity & AI - Unit 4 Review

CodeHS [Hover] Cybersecurity & AI - Unit 4 Review

10th Grade - University

30 Qs

UTS PENGANTAR TEKNOLOGI INFORMASI

UTS PENGANTAR TEKNOLOGI INFORMASI

University

30 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?