BDD_QCM

BDD_QCM

4th Grade

30 Qs

quiz-placeholder

Similar activities

5th grade Chromebook Quiz

5th grade Chromebook Quiz

4th - 6th Grade

29 Qs

Computer 4

Computer 4

4th Grade

26 Qs

Cyber Security - BGE

Cyber Security - BGE

3rd - 5th Grade

25 Qs

Cuanto sabes de Windows 10?

Cuanto sabes de Windows 10?

1st - 5th Grade

26 Qs

Computer Science 3-5

Computer Science 3-5

3rd - 5th Grade

25 Qs

Keyboard Shortcuts

Keyboard Shortcuts

3rd - 4th Grade

25 Qs

UTS BASIS DATA

UTS BASIS DATA

1st - 10th Grade

30 Qs

Gr. 4 2nd Sem. 2nd Monthly Test Revision

Gr. 4 2nd Sem. 2nd Monthly Test Revision

4th Grade

25 Qs

BDD_QCM

BDD_QCM

Assessment

Quiz

Computers

4th Grade

Easy

Created by

Thibaut d'Astorg

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Null value:

The boolean expression ((A<1) or (A>=1)) always evaluates to true

The boolean expression (A=null) never evaluates to true

The boolean expression (A=null) never evaluates to false

Null can only be used attributes of some numeric type

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following word pairs are synonims:

table and relation

table and tuple

column and tuple

attribute and row

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements are true regarding the comparison between primary key and unique key ?

A unique key attribute can be null, a primary key attribute cannot

There can be more than one unique key in a table, but there can only be one primary key

A primary key attribute can be null, a unique key attribute cannot

There can be mutliple primary keys in a table, but there can only be one unique key

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following SQL statements allows you to drop table T ?

drop table T

delete from T

delete from T where true

truncate table T

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Consider table R(A_,B_, C). The query "select A, B from R" returns the same result as:

select distinct A, B from R

select A, B from R where A <> null

select distinct A, B from R where B <> null

select A, B from R where A <> null and B <> null

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Consider the table T (A: int_, B: int). Which query below can produce duplicates?

select * from T

select B from T

select * from T where A = 0

select * from T where B =0

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Consider tables R(A, B) and S(B, C). The query "select A from R natural join S" returns the same result as :

select A from R cross join S

select A from R, S

select A from R, S where R.B = S.B

select A from R cross join S where R.B = S.B

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?