SQL Basics Quiz

SQL Basics Quiz

University

34 Qs

quiz-placeholder

Similar activities

backend Pre assessment link for rafiq, gokak

backend Pre assessment link for rafiq, gokak

University

33 Qs

41- đến hết

41- đến hết

University

36 Qs

1233

1233

University

30 Qs

Study guide for Chem test 04

Study guide for Chem test 04

9th Grade - University

34 Qs

Chapter 8 Test

Chapter 8 Test

7th Grade - University

34 Qs

Quiz on Chemical and Physical Changes

Quiz on Chemical and Physical Changes

6th Grade - University

35 Qs

classification

classification

3rd Grade - University

29 Qs

pre assessment link khanapur Backend Naresh

pre assessment link khanapur Backend Naresh

University

33 Qs

SQL Basics Quiz

SQL Basics Quiz

Assessment

Quiz

Science

University

Medium

Created by

Tom Hardy

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can add a row using SQL in a database with which of the following?

ADD

CREATE

INSERT

MAKE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to remove rows from a table 'CUSTOMER' is:

REMOVE FROM CUSTOMER ...

DROP FROM CUSTOMER ...

DELETE FROM CUSTOMER WHERE ...

UPDATE FROM CUSTOMER …

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL WHERE clause:

limits the column data that are returned.

limits the row data are returned.

Both A and B are correct.

Neither A nor B are correct.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the original purpose of SQL?

To specify the syntax and semantics of SQL data definition language

To specify the syntax and semantics of SQL manipulation language

To define the data structures

All of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The wildcard in a WHERE clause is useful when?

An exact match is necessary in a SELECT statement.

An exact match is not possible in a SELECT statement.

An exact match is necessary in a CREATE statement.

An exact match is not possible in a CREATE statement.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A view is which of the following?

A virtual table that can be accessed via SQL commands

A virtual table that cannot be accessed via SQL commands

A base table that can be accessed via SQL commands

A base table that cannot be accessed via SQL commands

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to eliminate a table from a database is:

REMOVE TABLE CUSTOMER;

DROP TABLE CUSTOMER;

DELETE TABLE CUSTOMER;

UPDATE TABLE CUSTOMER;

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?