Multiple choice technology databases

ALIAS can be used for TABLE as well as COLUMN to simplify interpretation of SQL query

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL allows aliases to be defined on both tables (to shorten references and qualify columns in joins) and columns (to rename output headers and make them descriptive). This simplifies query writing and significantly improves the readability of complex SQL queries, making the statement true.