Database Design and Development SQL 1

Database Design and Development SQL 1

University

26 Qs

quiz-placeholder

Similar activities

ORACLE_JR_SERIES_1

ORACLE_JR_SERIES_1

University

25 Qs

19CSE101 CSE Quiz2

19CSE101 CSE Quiz2

University

25 Qs

SQL 4

SQL 4

University

25 Qs

SQL MIDTERM EXAM

SQL MIDTERM EXAM

University

25 Qs

NoSQL Databases Quiz

NoSQL Databases Quiz

University

21 Qs

Quiz finals (IT IM01)

Quiz finals (IT IM01)

University

25 Qs

data base management system

data base management system

2nd Grade - University

23 Qs

Unit-II RDBMS - Revision Q & A

Unit-II RDBMS - Revision Q & A

University

30 Qs

Database Design and Development SQL 1

Database Design and Development SQL 1

Assessment

Quiz

Computers

University

Medium

Created by

Nicole Donnelly

Used 3+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause is used to filter records?

WHERE

SELECT

GROUP BY

ORDER BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL statement "SELECT * FROM table1 WHERE column1 LIKE '%value%'" do?

Selects all columns from table1 where column1 exactly matches 'value'

Selects all columns from table1 where column1 contains 'value'

Selects all rows from table1 where column1 is greater than 'value'

Selects all unique rows from table1 where column1 contains 'value'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to remove a table from a database?

REMOVE TABLE table_name

DELETE TABLE table_name

DROP TABLE table_name

ERASE TABLE table_name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, what function is used to count the number of rows in a table?

SUM()

COUNT()

TOTAL()

ADD()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct SQL statement to create a new table called "Employees"?

CREATE Employees TABLE;

CREATE TABLE Employees;

NEW TABLE Employees;

INIT TABLE Employees;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following SQL statements is used to update data in a database?

MODIFY

UPDATE

CHANGE

ALTER

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, what is a primary key?

A key that uniquely identifies each row in a table

A key that can be used to encrypt data

A key that is used to create relationships between tables

A key that is used for indexing purposes

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?