Search Header Logo

Basic SQL

Authored by Tomer Sagi

Computers

University

Used 45+ times

Basic SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following are components of an SQL statement

SELECT

FROM

WHERE

PROJECT

CARTESIAN PRODUCT

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

True or False? The order of components is Important in SQL

True: SELECT FROM WHERE <> SELECT WHERE FROM

False: SELECT FROM WHERE = SELECT WHERE FROM

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The result of an SQL statement is a:

Set

Multi-set

RA statement

SQL statement

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following are aggregate functions?

AVG

MAX

GROUP BY

HAVING

DISTINCT

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following are valid JOINS?

SELECT T1.A, T2.B FROM T1, T2 WHERE T1.C=T2.D

SELECT T1.A, T2.B FROM T1 INNER JOIN T2 ON T1.C=T2.D

SELECT T1.A, T2.B FROM T1 LEFT OUTER JOIN T2 ON T1.C=T2.D

SELECT T1.A, T2.B FROM T1 AND T2

SELECT T1.A, T2.B FROM T1, T2

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers