SQL Fundamentals Quiz for Students

SQL Fundamentals Quiz for Students

11th Grade

18 Qs

quiz-placeholder

Similar activities

CompTIA ITF+ - Database Vocabulary

CompTIA ITF+ - Database Vocabulary

9th - 12th Grade

20 Qs

SQL COMMANDS PRE

SQL COMMANDS PRE

11th Grade

15 Qs

EVALUASI DDL

EVALUASI DDL

11th Grade

20 Qs

Basis Data

Basis Data

11th Grade

20 Qs

sql quiz

sql quiz

11th Grade

19 Qs

Relational Data Model & SQL

Relational Data Model & SQL

11th Grade

20 Qs

SQL Commands Part 1

SQL Commands Part 1

11th - 12th Grade

20 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

SQL Fundamentals Quiz for Students

SQL Fundamentals Quiz for Students

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Sam Wheeler

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal of database normalisation?

To increase data redundancy

To reduce data redundancy

To make the database larger

To decrease data integrity

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL command `SELECT` do?

It deletes data from a table

It updates data in a table

It retrieves data from a table

It inserts data into a table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause is used to filter records?

WHERE

FROM

SELECT

JOIN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct SQL statement to create a new table named "Students"?

CREATE TABLE Students;

CREATE Students TABLE;

CREATE TABLE Students ();

CREATE Students;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `PRIMARY KEY` constraint in SQL?

To allow duplicate values in a column

To uniquely identify each record in a table

To create a foreign key relationship

To store large binary data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to count the number of rows in a table?

COUNT()

SUM()

AVG()

MAX()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a column if no value is specified during the insertion of a new record?

NULL

0

''

1

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?