InterviewSolution
Saved Bookmarks
| 1. |
Suppose a table A has an Alias named AL1. Which of the query is correct to drop the AL1 alias? |
|
Answer» DROP ALIAS AL1 is the query to drop a alias. |
|