InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum length for alias names in terms of characters?(a) 64(b) 128(c) 256(d) 32The question was posed to me during an interview.This is a very interesting question from MySQL Identifier Syntax and Naming Rules in chapter Using SQL to Manage Data of MySQL |
|
Answer» The correct answer is (c) 256 |
|