SQL Quiz

SQL Quiz

University

5 Qs

quiz-placeholder

Similar activities

BD3 PRIMAVERA 2024

BD3 PRIMAVERA 2024

University

10 Qs

C# Chapter 6

C# Chapter 6

University

10 Qs

SQL basic

SQL basic

University

10 Qs

SQL - preverjanje znanja - 2. pisna naloga - NUB - 4. letnik

SQL - preverjanje znanja - 2. pisna naloga - NUB - 4. letnik

12th Grade - University

10 Qs

U1 DDL

U1 DDL

University

10 Qs

KUIS DAY 3 STACK

KUIS DAY 3 STACK

University

10 Qs

Let's play

Let's play

University

10 Qs

hacking

hacking

University

10 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Timothy Cortez

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

5 mins • 5 pts

UPDATE: Update the salary of employee with ID 101 to 60000.

2.

FILL IN THE BLANK QUESTION

5 mins • 5 pts

DELETE: Delete all records from the "employees" table where the department is 'HR'.

3.

FILL IN THE BLANK QUESTION

5 mins • 7 pts

INSERT: Insert a new record into the "departments" table with the following details: Department ID - 4, Department Name - 'Finance'.

4.

FILL IN THE BLANK QUESTION

5 mins • 5 pts

DELETE: Delete all records from the "departments" table.

5.

FILL IN THE BLANK QUESTION

5 mins • 5 pts

UPDATE: Set the salary of all employees to 50000.