Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    The 2016 Hitchhikers Reference Guide to SQL

    Posted By: AlenMiler
    The 2016 Hitchhikers Reference Guide to SQL

    The 2016 Hitchhikers Reference Guide to SQL by Marcus Vannini
    English | Feb. 4, 2016 | ASIN: B01BI8KANO | 53 Pages | AZW3/MOBI/EPUB/PDF (conv) | 1.39 MB

    SQL is a universal programming language for interaction with databases. All statements here are designed to comply with SQL-89 and SQL-92, the 2 most common standards. Not all databases entirely comply with all standards, so be prepared to check for differences in the reference material for the DB you are using. This book provides a quick reference to common statements needed in database administration.

    All control words (SQL specific) are capitalized for your reference. In general, SQL is not case sensitive for the control words (SELECT, DROP, UPDATE, etc.) and many DBs are not case sensitive for the table and field names, but your results may vary. A good convention is to upper case all control words, and match the case of all field names and table names, etc.

    This book is designed as a reference book for people who already have a basic understanding of SQL, not complete beginners.