Introduction to SQL Quiz

Introduction to SQL Quiz

University

13 Qs

quiz-placeholder

Similar activities

01 Databases Overview

01 Databases Overview

University

10 Qs

 DB QUIZ 1

DB QUIZ 1

University

10 Qs

Simple_Linear_Regression

Simple_Linear_Regression

University

15 Qs

SQL set 1

SQL set 1

University

10 Qs

Taller SQL

Taller SQL

University

10 Qs

DPK20083-Topic 3

DPK20083-Topic 3

University

10 Qs

Database Concepts Quiz

Database Concepts Quiz

University

18 Qs

AL7KA

AL7KA

KG - University

10 Qs

Introduction to SQL Quiz

Introduction to SQL Quiz

Assessment

Quiz

Other

University

Hard

Created by

LioS LioS

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structured Query Language

Simple Query Language

Standard Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a popular Database Management Tool?

Microsoft SQL Server

Notepad

Excel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to create a new database?

CREATE DATABASE database_name;

CREATE TABLE table_name;

DROP DATABASE database_name;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the NOT NULL constraint do?

Ensures a column cannot have a NULL value

Allows NULL values

Ensures all values are unique

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to delete an existing table?

DROP TABLE table_name;

DELETE TABLE table_name;

REMOVE TABLE table_name;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to add a new column to an existing table?

ALTER TABLE table_name ADD column datatype;

ADD COLUMN table_name;

CREATE COLUMN table_name;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to modify a column's datatype?

ALTER TABLE table_name ALTER COLUMN column datatype;

MODIFY COLUMN table_name;

CHANGE COLUMN table_name;

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?