January 2020
Beginner
256 pages
5h 11m
English
SQL is a language made up of keywords—special words that are used in performing SQL operations. Special care must be taken to not use these keywords when naming databases, tables, columns, and any other database objects. Thus, these keywords are considered reserved.
This appendix contains a list of the more common reserved words found in major DBMSs. Please note the following:
Keywords tend to be very DBMS-specific, and not all the keywords that follow are used by all DBMSs.
Many DBMSs have extended the list of SQL ...
Read now
Unlock full access