SQL Basics

SQL Basics

Professional Development

16 Qs

quiz-placeholder

Similar activities

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

PQuiz 161.2.1 - Active Directory, Groups, OUs

PQuiz 161.2.1 - Active Directory, Groups, OUs

Professional Development

16 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

Test SQL

Test SQL

Professional Development

20 Qs

Success Forge SQL Server Quiz

Success Forge SQL Server Quiz

Professional Development

15 Qs

Database SQL Part 1 V1

Database SQL Part 1 V1

Professional Development

13 Qs

CCL Coding Standards

CCL Coding Standards

Professional Development

11 Qs

Microsoft Office 365 Updates  (2025)_Post Test

Microsoft Office 365 Updates (2025)_Post Test

Professional Development

13 Qs

SQL Basics

SQL Basics

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Julissa Rokohl

Used 2+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is DML?

Database Management Language

Data Manipulation Language

Data Management Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A DML statement is executed when you...

Add new records to a table

Modify existing rows in a table

Remove existing rows from a table

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of statement is this?
INSERT INTO users VALUES (20, 'Mary', 'Ann', 12, 90000);

insert clause

implicit insert statement

addition statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of statement is this?
INSERT INTO users (age, first_name, middle_name, member, points) VALUES (20, 'Mary', 'Ann', 12, 90000);

explicit clause

explicit insert statement

explicit addition statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a JOIN operation that creates an implicit join clause for you based on the common columns in the two tables being joined?

a join statement

a natural join

an outer join

a join function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a field (or collection of fields) in one table, that refers to the primary key in another table?

a natural key

a foreign key

a primary key

a joined key

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the ORDER BY clause go in a statement?

at the beginning

at the end

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?