42. Out of the following which is not the naming rule of SQL table
a) should begin with a number
b) name can either be upper or lower case letters.
Answers
Answered by
0
Answer:
please mark me as brianliest
Attachments:
Answered by
1
SQL :
Explanation:
- SQL stands for Structured search language.
- It's designed for managing data during a computer database management system (RDBMS). I
- It's pronounced as S-Q-L or generally See-Quell. SQL may be an information language, it is used for database creation, deletion, winning rows, and modifying rows, etc.
Naming rules of SQL table :
- Each table name ought to have a “tbl” prefix.
- The next word when the “tbl” prefix ought to be the table name.
- The first letter of the table name ought to be capitalized.
- The last word of the table name should be finished with the character "s" (or "es") to indicate plural.
- If a table name contains over one word then the first letter of every word should be capitalized.
According to the above rules,
Option a is correct.
Similar questions