DBMS endterm

DBMS endterm

University

45 Qs

quiz-placeholder

Similar activities

MIDTERM EXAM IN WEB DEV 101

MIDTERM EXAM IN WEB DEV 101

University

40 Qs

Final Exam : PHP V.1

Final Exam : PHP V.1

University

50 Qs

SQL 1

SQL 1

University

40 Qs

DAS_2

DAS_2

University

40 Qs

Ivanios II CS

Ivanios II CS

University

40 Qs

Microsoft Excel - Basics

Microsoft Excel - Basics

7th Grade - University

45 Qs

DBMS 1 2024

DBMS 1 2024

University

42 Qs

Midterm Exam - CSCC 5

Midterm Exam - CSCC 5

University

46 Qs

DBMS endterm

DBMS endterm

Assessment

Quiz

Computers

University

Medium

Created by

lucky star

Used 11+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select incorrect statement about the following SQL statement

CREATE OR REPLACE VIEW sales_view

AS SELECT * FROM sales_table ORDER BY sales_date DESC

LIMIT 10

Replaces "sales_view" if it already exists

Some errors occur when "SELECT * FROM sales_table" is executed after the view is defined

When you 'SELECT' the "sales_view", it displays the first 10 records from the "sales_table" sorted by the "sales_date" in desc order

Defines the view called "sales_view"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

An error occurs when executing the (2) SQL statement

An error occurs when executing the (4) SQL statement

No error is generated

An error occurs when executing the (1) SQL statement

An error occurs when executing the (3) SQL statement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Based on the relationship of columns within a table, select the most suitable description that shows that column A is dependent on the column B

The value in column A is uniquely determined when a value in column B is selected

As long as column B exists, the amount of the information won't decrease even if column A is deleted

When the value in column B is changed, the corresponding value of column A also must be changed

The value in column B is uniquely determined when a value in column A is selected

When the value in column A is changed, the corresponding value of column B also must be changed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can use aggregate functions as expressions only in the following clauses

LIMIT and DISTINCT clauses

SELECT and HAVING clauses

CREATE and DELETE clauses

GROUP BY and JOIN clauses

WHERE and ORDER BY clauses

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PostgreSQL evaluates the GROUP BY clause after...

the FROM and WHERE clause

the LIMIT clause

the ORDER BY clause

the HAVING clause

the SELECT clause

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operator removes all duplicate rows from the combined data set

SELECT

UNION ALL

INTERSECT

UNION

EXCEPT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

NAND

UNION ALL

INTERSECT

UNION

EXCEPT

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?