InterviewSolution
Saved Bookmarks
| 1. |
Explain ALIAS in SQL? |
|
Answer» It is used to RENAME a table in a specific SQL statement. Renaming is a temporary CHANGE without change actual table NAME in the database. It can be applied to tables as well as fields. The BASIC SYNTAX of a table alias The basic syntax of a column alias |
|