SQL Functions and Joins

SQL Functions and Joins

University

10 Qs

quiz-placeholder

Similar activities

Access quiz by Simar Brahma :D

Access quiz by Simar Brahma :D

5th Grade - Professional Development

10 Qs

DBMS Quiz2

DBMS Quiz2

University - Professional Development

10 Qs

IntroToDatabases W2

IntroToDatabases W2

University

12 Qs

Ms Excel Functions

Ms Excel Functions

University

10 Qs

DBMS concepts (Easy)

DBMS concepts (Easy)

University

10 Qs

JETBOY BBF NG MANDA REVIEW

JETBOY BBF NG MANDA REVIEW

University

10 Qs

INTRODUCTION TO MYSQL

INTRODUCTION TO MYSQL

University

10 Qs

S4 DDD

S4 DDD

10th Grade - University

14 Qs

SQL Functions and Joins

SQL Functions and Joins

Assessment

Quiz

Computers

University

Medium

Created by

Sarah Escote

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the specific request for data manipulation issued by the end-user or the application to the DBMS?

Schema

Query

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for adding a UNIQUE constraint using an ALTER?

ALTER TABLE table_name ADD UNIQUE(column);

ALTER column_name ADD UNIQUE(column);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command should be used for deleting the table’s data only?

TRUNCATE

DROP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1What is the syntax for deleting a column?

ALTER TABLE table_name DROP COLUMN column_name;

ALTER TABLE table_name DELETE COLUMN column_name;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is an operator used with WHERE to check whether a value matches any value within a given list.

IN

LIKE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operator used with SELECT to determine whether a field is empty or not?

NULL

IS NULL

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe COUNT() function?

returns the number of rows

returns the number of columns

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?