Short Answer
An alternate syntax for a join is: SELECT column-list FROM table1 JOIN table2 (common-column).
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The most useful feature of PL/SQL blocks
Q35: A trigger is procedural SQL code that
Q39: In subquery terminology, the first query in
Q49: The PL/SQL block starts with the _
Q57: The operator could be used in place
Q59: The statement can be used to combine
Q62: In an Oracle sequence,the pseudo-column retrieves the
Q64: When using a subquery,the output of a(n)query
Q66: Which of the following is a feature
Q67: Every PL/SQL block must be given a