SQL 1

SQL 1

University

22 Qs

quiz-placeholder

Similar activities

Set 1 Quiz

Set 1 Quiz

University

20 Qs

Introduction to the Web

Introduction to the Web

University

17 Qs

Pengantar Basis Data

Pengantar Basis Data

University

25 Qs

Kelas PHP

Kelas PHP

University

20 Qs

MySql Day-5

MySql Day-5

University

20 Qs

CHAPTER 7: DATABASE

CHAPTER 7: DATABASE

University

25 Qs

DBMS

DBMS

University

20 Qs

(Part 1/3) Modules 1 – 2: OSPF Concepts and Configuration

(Part 1/3) Modules 1 – 2: OSPF Concepts and Configuration

University

19 Qs

SQL 1

SQL 1

Assessment

Quiz

Other

University

Medium

Created by

Ryan Obligar

Used 3+ times

FREE Resource

22 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

________ is a standard language for accessing and manipulating databases.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

SQL stands for ______

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

RDBMS stands ________

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the correct SQL statement to create a new database called testDB.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the correct SQL statement to delete a database named testDB:

________________;

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the correct SQL statement to create a new table called Persons.


____________ (

PersonID int,

LastName varchar(255),

FirstName varchar(255),

Address varchar(255),

City varchar(255) );

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the correct SQL statement to create a differential back up of the database "testDB":


BACKUP DATABASE testDB
TO DISK = 'D:\backups\testDB.bak'
__________;

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?