Basic SQL Quiz

Basic SQL Quiz

University

30 Qs

quiz-placeholder

Similar activities

SQL ДББЖ

SQL ДББЖ

University

25 Qs

Repaso general

Repaso general

University

30 Qs

SQL Multiple Choice Questions

SQL Multiple Choice Questions

University

30 Qs

Вопросы по базам данных и SQL

Вопросы по базам данных и SQL

University

25 Qs

mkd1013 e182

mkd1013 e182

University

30 Qs

Pengantar Basis Data

Pengantar Basis Data

University

25 Qs

SOAL DATABASE PART 1

SOAL DATABASE PART 1

1st Grade - Professional Development

30 Qs

SOAL DATABASE PART 2

SOAL DATABASE PART 2

1st Grade - Professional Development

30 Qs

Basic SQL Quiz

Basic SQL Quiz

Assessment

Quiz

Other

University

Hard

Created by

EC M

Used 7+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structured Query Language

Simple Query Language

Sequential Query Language

Standard Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to retrieve data from a database?

INSERT

SELECT

UPDATE

DELETE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select all columns from a table named 'students'?

SELECT * FROM students;

SELECT columns FROM students;

SELECT all FROM students;

SELECT students;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to insert a new record into a table?

INSERT INTO

ADD NEW

ADD RECORD

INSERT RECORD

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you delete a record from the table 'students' where the 'id' is 5?

DELETE FROM students WHERE id=5;

REMOVE FROM students WHERE id=5;

DELETE id 5 FROM students;

REMOVE id 5 FROM students;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct SQL statement to update the 'name' to 'John' in the table 'students' where the 'id' is 3?

UPDATE students SET name='John' WHERE id=3;

MODIFY students SET name='John' WHERE id=3;

UPDATE students CHANGE name TO 'John' WHERE id=3;

SET students UPDATE name='John' WHERE id=3;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'WHERE' clause do in SQL?

Limits the number of rows returned

Specifies the condition for selecting rows

Determines the order of the rows

Changes the values in the 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?