SQL Intro Namal

SQL Intro Namal

12th Grade

8 Qs

quiz-placeholder

Similar activities

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - University

10 Qs

Recitation (Oracle Programming)

Recitation (Oracle Programming)

12th Grade

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

Access - Lesson 9

Access - Lesson 9

9th - 12th Grade

10 Qs

Database Management

Database Management

12th Grade

13 Qs

 Executing SQL Commands With Python

Executing SQL Commands With Python

12th Grade - University

10 Qs

2da Prueba_5to Aplicaciones_2023-2024

2da Prueba_5to Aplicaciones_2023-2024

12th Grade

10 Qs

Database

Database

9th Grade - University

11 Qs

SQL Intro Namal

SQL Intro Namal

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Namal (ITNamal)

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the "S" in SQL stand for?

Several

Structured

Syntax

Semi-precise

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the below is NOT an SQL distribution?

Microsoft SQL Server

PostgreSQL

MySQL

Invidio SQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to define a new table in a database?

INSERT

SELECT

CREATE

UPDATE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SQL statement "ALTER TABLE"?

To delete a table from the database.

To insert data into an existing table.

To modify the structure of an existing table.

To retrieve data from a table.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to remove a table from a database?

DROP TABLE

DELETE

TRUNCATE TABLE

ALTER TABLE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to modify the structure of an existing table by adding a new column?

ALTER TABLE

INSERT INTO

DELETE FROM

SELECT

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL statement is used to delete an existing database?

DELETE DATABASE

DROP DATABASE

ERASE DATABASE

REMOVE DATABASE