Pretest

Pretest

Professional Development

11 Qs

quiz-placeholder

Similar activities

sql

sql

Professional Development

10 Qs

Conceptos SQL - Clase 5

Conceptos SQL - Clase 5

Professional Development

10 Qs

Database NoSQL (MongoDB)

Database NoSQL (MongoDB)

University - Professional Development

12 Qs

SQL basics

SQL basics

Professional Development

12 Qs

MsSQL Server - Quiz-3

MsSQL Server - Quiz-3

Professional Development

10 Qs

Play Series - Zero Trust Threat Detection - Week 5

Play Series - Zero Trust Threat Detection - Week 5

Professional Development

15 Qs

Base de Datos - Lab - S2

Base de Datos - Lab - S2

Professional Development

12 Qs

Character Functions

Character Functions

Professional Development

10 Qs

Pretest

Pretest

Assessment

Quiz

Other

Professional Development

Hard

Created by

Palanichamy Palanichamy Naveen

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a subquery?

A subquery is a select-from-where expression that is nested within another query

A subquery is any query that is nested within another query

A subquery is a relation that is externally specified which can be used to handle data in queries

A subquery is a condition that excludes all the invalid tuples from the database

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Sub query is an SQL expression that is placed ____ another SQL statement.

  1. Before

  1. After

  1. Inside

  1. Outside

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

With which of the following statement(s) can the SQL sub queries be used?

SELECT

  1. UPDATE

  1. INSERT

  1. All of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Whenever a sub query appears in SQL, it is enclosed within ____ and placed to the ____ of the SQL operators.

  1. Brackets, Left

  1. Brackets, Right

  1. Parenthesis, Left

  1. Parenthesis, Right

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following clause cannot be used in SQL sub queries?

GROUP BY

  1. ORDER BY

  1. DELETE

  1. FROM

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In order to prevent multiple records from being returned by the sub query, ____ must be used before the sub query.

  1. Many Value Operators

  1. Multiple Value Operators

  1. Single Value Operator

  1. Unique Value Operator

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ____ operator cannot be used with the sub query, but within it.

  1. IN

INTO

BETWEEN

JOIN

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?