Search Header Logo

Part-2-(26-50)

Authored by Trường Nguyễn

Education

1st Grade

Used 2+ times

Part-2-(26-50)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator tests column for the absence of data?

answer choices

IS BLANK operator

IS ZERO operator

IS NULL operator

ISNULL operator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does NULL mean?

answer choices

The value NULL means UNKNOWN

The value NULL means '' (empty string)

The value NULL means ' ' (space character)

The value NULL means ZERO

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the query:SELECT 'Nancy' + NULL + 'Smith'when evaluated on Microsoft SQL Server?

answer choices

'Nancy Smith'

'NancySmith'

'Nancy'

NULL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to sort the result-set?

answer choices

SORT BY

SORT

ORDER

ORDER BY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Three properties of a lock in DBMS are:a)Granularity: the size of the lockb) Granularity: the type of the lockc) Mode: the type of the lockd) Duration: the time in seconds that the DBMS waits for a lock to be released

answer choices

(a) and (c) and (d) are true

(a) and (b) and (d) are true

(b) and (c) and (d) are true

(a) and (b) and (c) are true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A database transaction, by definition, must be ACID (atomic, consistent, isolated and durable). What does "Durable" mean?

answer choices

"Durable" means that: Transactions provide an "all-or-nothing" proposition, stating that each work-unit performed in a database must either complete in its entirety or have no effect whatsoever

"Durable" means that: Transactions must not violate any integrity constraints during its execution

"Durable" means that: Transactions that have committed will survive permanently

All of the others

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between the WHERE and HAVING SQL clauses?

answer choices

The WHERE SQL clause condition(s) is applied to all rows in the result set before the HAVING clause is applied (if present). The HAVING clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group

None of the others

The HAVING SQL clause condition(s) is applied to all rows in the result set before the WHERE clause is applied (if present). The WHERE clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group

The WHERE and the HAVING clauses are identical

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?