DB2 SQL Quiz for Mainframe Programmers

Check your SQL knowledge. SQL Quiz for mainframe programmers.

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

1)SQL was first developed:

A)In the 1970s
B)In 1982
C)By IBM
D)By ANSI
E)NONE

2)A SELECT without a WHERE clause:

A) Always outputs results to a log file
B) Results in an error message
C) elects all columns in the source table or view
D) elects all rows in the source table or view
E) NONE

3)A join without a WHERE clause or JOIN clause:

A) Results in an outer join
B) Results in an error message
C)Returns no rows in the result set
D) Returns only the rows in the first table
E) Results in a Cartesian product

4)An UPDATE statement without a WHERE clause:

A) Updates no rows in a table
B) Updates every row in a table
C) Results in an error message
D) Updates every column in a table
E) NONE

5)An INSERT statement:

A) May contain a subquery
B) Must contain a VALUES list
C) Must contain a column list
D)May create multiple table rows
E )NONE

Check SQL Quiz Answers Here

Also Read

Author: Srini

Experienced Data Engineer, having skills in PySpark, Databricks, Python SQL, AWS, Linux, and Mainframe

Comments are closed.