SQL Intro Namal

SQL Intro Namal

12th Grade

8 Qs

quiz-placeholder

Similar activities

Base de datos S6

Base de datos S6

12th Grade

10 Qs

Database Knowledge Check 3 (SQL)

Database Knowledge Check 3 (SQL)

9th - 12th Grade

12 Qs

My Sql

My Sql

12th Grade

10 Qs

SQL - Basics

SQL - Basics

10th - 12th Grade

6 Qs

Database Management

Database Management

12th Grade

10 Qs

Structured Query Language (SQL) Quiz

Structured Query Language (SQL) Quiz

12th Grade

10 Qs

CP1222-WEEK 1-2 QUIZ

CP1222-WEEK 1-2 QUIZ

12th Grade

10 Qs

SQL Intro Namal

SQL Intro Namal

Assessment

Quiz

Created by

Namal (ITNamal)

Computers

12th Grade

2 plays

Hard

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