SQL

SQL

12th Grade - Professional Development

23 Qs

quiz-placeholder

Similar activities

CompTIA ITF+ - Database Vocabulary

CompTIA ITF+ - Database Vocabulary

9th - 12th Grade

20 Qs

DML

DML

University

25 Qs

SQL Select Quiz1

SQL Select Quiz1

University

23 Qs

MySQL

MySQL

Professional Development

20 Qs

SQL Queries

SQL Queries

12th Grade

25 Qs

SQL

SQL

University

20 Qs

SQL Basics

SQL Basics

9th - 12th Grade

19 Qs

Referential and Where

Referential and Where

University

20 Qs

SQL

SQL

Assessment

Quiz

Computers, Education

12th Grade - Professional Development

Medium

Created by

Somesh Gulati

Used 42+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

a) Data Definition Language(DDL)

b) Data Manipulation Language(DML)

c) DDL and DML

d) None of the Mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. A command that lets you change one or more fields in a record is

a) Insert

b) Modify

c) Look-up

d) All of the Mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the SQL statements is correct?

a) SELECT Username AND Password FROM Users

b) SELECT Username, Password FROM Users

c) SELECT Username, Password WHERE Username = ‘user1’

d) None of the Mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One specific piece of information about a person or thing is called:
Field
File
Record
Table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A scout company have a database with records of all the scouts. They want to create a list of all scouts who are under 15 and their achievements. What would they use?

Report

Form

Query

Sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to remove rows from a table ‘CUSTOMER’ is __________________

DROP FROM CUSTOMER

UPDATE FROM CUSTOMER

REMOVE FROM CUSTOMER

DELETE FROM CUSTOMER WHERE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL query to find all the cities whose humidity is 95.

SELECT city WHERE humidity = 95

SELECT city FROM weather WHERE humidity = 95

SELECT humidity = 89 FROM weather

SELECT city FROM weather

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?