nerdexam
PostgreSQL_CE

PGCES-02 · Question #139

A set of tables are defined as follows: t1 t2 How many rows are returned by executing the following SQL statement? SELECT * FROM t1 LEFT OUTER JOIN t2 USING (id);

The correct answer is C. 4 rows. PostgreSQL CE PGCES-02 Exam

Data Management and SQL

Question

A set of tables are defined as follows:

t1 t2 How many rows are returned by executing the following SQL statement? SELECT * FROM t1 LEFT OUTER JOIN t2 USING (id);

Options

  • A2 rows
  • B3 rows
  • C4 rows
  • D5 rows
  • E6 rows

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    12% (4)
  • C
    76% (25)
  • D
    3% (1)
  • E
    3% (1)

Explanation

PostgreSQL CE PGCES-02 Exam

Topics

#LEFT OUTER JOIN#SQL joins#USING clause#result set size

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice