...

/

Quiz: Queries, Output of Queries, and Nulls in SQL

Quiz: Queries, Output of Queries, and Nulls in SQL

Test your knowledge by using queries in PostgreSQL.

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) PostgreSQL supports which statement(s)?

A.
select table_name;
B.
select 5*3;
C.
select 1;
D.
select *;

1 / 10
...