Computer Science, asked by s1044sachinkumar2843, 4 months ago

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 aanshi1948
0

Answer:

please mark me as brianliest

Attachments:
Answered by mad210215
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 :

  1. Each table name ought to have a “tbl” prefix.
  2. The next word when the “tbl” prefix ought to be the table name.
  3. The first letter of the table name ought to be capitalized.
  4. The last word of the table name should be finished with the character "s" (or "es") to indicate plural.
  5. 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