quiz DBI202

quiz DBI202

University

40 Qs

quiz-placeholder

Similar activities

tesouro direto, CDB e ações

tesouro direto, CDB e ações

1st Grade - University

43 Qs

10/09 Review

10/09 Review

KG - University

42 Qs

Pressure Measurement

Pressure Measurement

University

45 Qs

Material Science Quiz

Material Science Quiz

University

40 Qs

soal ipas kelas v semester 1

soal ipas kelas v semester 1

5th Grade - University

40 Qs

YZT JR Exam 1

YZT JR Exam 1

University

40 Qs

Owls & Owl Pellets

Owls & Owl Pellets

6th Grade - University

40 Qs

Units 4 and 5 Review

Units 4 and 5 Review

7th Grade - University

35 Qs

quiz DBI202

quiz DBI202

Assessment

Quiz

Science

University

Easy

Created by

Đỗ Nga

Used 74+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A ____ is a logically coherent collection of data with some inherent meaning, representing some aspect of real world and being designed, built and populated with data for a specific purpose

Database

Database Instance

Schema

Schema Instance

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the most correct statement.

Database is created and maintained by a DMBS

All of the others

Database is a collection of data that is managed by a DBMS

Database is a collection of information that exists over a long period of time

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To create a DEFAULT constraint on the "City" column of the table PERSON which is already created, use the following SQL:

ALTER TABLE Person

EDIT COLUMN City SET DEFAULT 'Da Nang'

ALTER TABLE Person

ALTER COLUMN City SET DEFAULT 'Da Nang'

ALTER TABLE Person

UPDATE COLUMN City SET DEFAULT 'Da Nang'

ALTER TABLE Person

MODIFY COLUMN City SET DEFAULT 'Da Nang'

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A ____ is a relation name, together with the attributes of that relation.

schema

database

database instance

schema instance

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A ___ is a notation for describing the structure of the data in a database, along with the constraints on that data

data model

database management system

data operation

data manipulation

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A _____ is a language for defining data structures

DML

DDL

DCL

None of the others

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is used to remove a relation named R?

DROP TABLE R;

REMOVE TABLE R;

DELETE TABLE R;

TRUNCATE TABLE R;

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?