Appendix BSQL:2006 Keywords
Copyright © 2009 by The McGraw-Hill Companies. Click here for terms of use.
The SQL:2006 standard defines a set of reserved keywords and nonreserved keywords that are used within your SQL statements. You cannot use reserved keywords as identifiers. In addition, it is generally a good idea to avoid using nonreserved keywords. Note that the SQL standard warns that it makes no guarantees about what keywords might be added to the standard in the future. As a result, an identifier you use in a current database might not be usable in future releases of SQL. You can avoid conflicts with future reserved keywords by adding a digit or an underscore to your identifiers, especially those comprised of only a single word, and by ...
Get SQL: A Beginner's Guide, Third Edition, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.