Basic SQL Commands Assessment 10 A

Basic SQL Commands Assessment 10 A

10th Grade

5 Qs

quiz-placeholder

Similar activities

Database Fundamentals

Database Fundamentals

10th Grade

10 Qs

Databases - DBMS

Databases - DBMS

1st - 11th Grade

10 Qs

PL/SQL

PL/SQL

1st - 10th Grade

10 Qs

DBMS-Open Office

DBMS-Open Office

9th - 12th Grade

10 Qs

Pemograman Dekstop

Pemograman Dekstop

10th Grade

10 Qs

Perintah Dasar SQL (POSTEST)

Perintah Dasar SQL (POSTEST)

10th Grade

10 Qs

SQL - Basics

SQL - Basics

10th - 12th Grade

6 Qs

Bases de Datos

Bases de Datos

1st - 12th Grade

9 Qs

Basic SQL Commands Assessment 10 A

Basic SQL Commands Assessment 10 A

Assessment

Quiz

Computers

10th Grade

Medium

Created by

satya dev

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What SQL command is used to create a new table?

CREATE TABLE

INSERT TABLE

ADD TABLE

MODIFY TABLE

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you insert a new record into a table?

Use the SQL INSERT statement.

Use the SQL SELECT statement.

Use the SQL UPDATE statement.

Use the SQL DELETE statement.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command is used to select a database to use?

DATABASE

USE

CHOOSE

SELECT

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What SQL command shows all the tables in a database?

DISPLAY TABLES;

SHOW ALL TABLES;

SHOW TABLES;

LIST TABLES;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you retrieve data from a table using specific criteria?

Use a SQL SELECT statement with a WHERE clause to filter data.

Access data through a JSON file instead of a database.

Use a SQL UPDATE statement to modify data.

Retrieve data using a DELETE statement.