close menu
Bookswagon-24x7 online bookstore
close menu
My Account
Home > Computing and Information Technology > Databases > Database software > MySQL Language Reference: (English)
MySQL Language Reference: (English)

MySQL Language Reference: (English)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

With more than 4 million active installations, MySQL is the world's most popular open-source database. Known for its speed, high reliability, and ease of use, MySQL is rapidly becoming a low-cost alternative to high-priced, high-maintenance database systems from Oracle, IMB and Microsoft-and it already has more users than any of these more established proprietary databases. The MySQL Language Reference is the only official guide to the MySQL language and programming APIs. Written by the creators of MySQL, and edited by the highly respected MySQL authors, the MySQL Language Reference is designed for database administrators and programmers who need a reliable, detailed reference to every part of the MySQL language and all the available APIs.

Table of Contents:
1. General Information.     About This Guide.       Conventions Used in This Manual.     Overview of the MySQL Database Management System.       History of MySQL.       The Main Features of MySQL.       MySQL Stability.       How Big MySQL Tables Can Be.       Year 2000 Compliance.     Overview of MySQL AB.       The Business Model and Services of MySQL AB.       Contact Information.       MySQL Support and Licensing.       Support Offered by MySQL AB.       Copyrights and Licenses Used by MySQL.       MySQL Licenses.       MySQL AB Logos and Trademarks.     MySQL Development Roadmap.       MySQL 4.0 in a Nutshell.       MySQL 4.1 in a Nutshell.       MySQL 5.0: The Next Development Release.     MySQL and the Future (the TODO).       New Features Planned for 4.1.       New Features Planned for 5.0.       New Features Planned for 5.1.       New Features Planned for the Near Future.       New Features Planned for the Mid-Term Future.       New Features We Don't Plan to Implement.     MySQL Information Sources.        MySQL Mailing Lists.       MySQL Community Support on IRC (Internet Relay Chat).     MySQL Standards Compliance.       What Standards MySQL Follows.       Selecting SQL Modes.       Running MySQL in ANSI Mode.       MySQL Extensions to Standard SQL.        MySQL Differences from Standard SQL.       How MySQL Deals with Constraints.       Known Errors and Design Deficiencies in MySQL. 2. Language Structure.     Literal Values.       Strings.       Numbers.       Hexadecimal Values.       Boolean Values.        NULL Values.     Database, Table, Index, Column, and Alias Names.       Identifier Qualifiers.       Identifier Case Sensitivity.     User Variables.     System Variables.       Structured System Variables.     Comment Syntax.     Treatment of Reserved Words in MySQL. 3. Character Set Support.     Character Sets and Collations in General.     Character Sets and Collations in MySQL.     Determining the Default Character Set and Collation.       Server Character Set and Collation.       Database Character Set and Collation.       Table Character Set and Collation.       Column Character Set and Collation.       Examples of Character Set and Collation Assignment.       Connection Character Sets and Collations.       Character String Literal Character Set and Collation.       Using COLLATE in SQL Statements.       COLLATE Clause Precedence.       BINARY Operator.       Some Special Cases Where the Collation       Determination Is Tricky.       Collations Must Be for the Right Character Set.       An Example of the Effect of Collation.     Operations Affected by Character Set Support.       Result Strings.       CONVERT().       CAST().       SHOW Statements.     Unicode Support.     UTF8 for Metadata.     Compatibility with Other DBMSs.     New Character Set Configuration File Format.     National Character Set.     Upgrading Character Sets from MySQL 4.0.       4.0 Character Sets and Corresponding 4.1 Character Set/Collation Pairs.       Converting 4.0 Character Columns to 4.1 Format.     Character Sets and Collations That MySQL Supports.       Unicode Character Sets.       West European Character Sets.       Central European Character Sets.       South European and Middle East Character Sets.       Baltic Character Sets.       Cyrillic Character Sets.       Asian Character Sets. 4. Column Types.     Column Type Overview.       Overview of Numeric Types.       Overview of Date and Time Types.       Overview of String Types.     Numeric Types.     Date and Time Types.       The DATETIME, DATE, and TIMESTAMP Types.       The TIME Type.       The YEAR Type.       Y2K Issues and Date Types.     String Types.       The CHAR and VARCHAR Types.       The BLOB and TEXT Types.       The ENUM Type.       The SET Type.     Column Type Storage Requirements.       Storage Requirements for Numeric Types.       Storage Requirements for Date and Time Types.       Storage Requirements for String Types.     Choosing the Right Type for a Column.     Using Column Types from Other Database Engines. 5. Functions and Operators.     Operators.       Parentheses.       Comparison Operators.       Logical Operators.       Case-Sensitivity Operators.     Control Flow Functions.     String Functions.       String Comparison Functions.     Numeric Functions.       Arithmetic Operators.        Mathematical Functions.     Date and Time Functions.     Full-Text Search Functions.       Boolean Full-Text Searches.       Full-Text Searches with Query Expansion.       Full-Text Restrictions.       Fine-Tuning MySQL Full-Text Search.       Full-Text Search TODO.     Cast Functions.     Other Functions.       Bit Functions.       Encryption Functions.       Information Functions.       Miscellaneous Functions.     Functions and Modifiers for Use with GROUP BY Clauses.       GROUP BY (Aggregate) Functions.       GROUP BY Modifiers.       GROUP BY with Hidden Fields. 6. SQL Statement Syntax.     Data Manipulation Statements.       DELETE Syntax.       DO Syntax.       HANDLER Syntax.       INSERT Syntax.       LOAD DATA INFILE Syntax.       REPLACE Syntax.       SELECT Syntax.       Subquery Syntax.       TRUNCATE Syntax.       UPDATE Syntax.     Data Definition Statements.       ALTER DATABASE Syntax.       ALTER TABLE Syntax.       CREATE DATABASE Syntax.       CREATE INDEX Syntax.       CREATE TABLE Syntax.       DROP DATABASE Syntax.       DROP INDEX Syntax.       DROP TABLE Syntax.       RENAME TABLE Syntax.     MySQL Utility Statements.       DESCRIBE Syntax (Get Information About Columns).       USE Syntax.     MySQL Transactional and Locking Statements.       START TRANSACTION, COMMIT, and ROLLBACK Syntax.       Statements That Cannot Be Rolled Back.       Statements That Cause an Implicit Commit.       SAVEPOINT and ROLLBACK TO SAVEPOINT Syntax.       LOCK TABLES and UNLOCK TABLES Syntax.       SET TRANSACTION Syntax.     Database Administration Statements.       Account Management Statements.       Table Maintenance Statements.       SET and SHOW Syntax.       Other Administrative Statements.     Replication Statements.       SQL Statements for Controlling Master Servers.       SQL Statements for Controlling Slave Servers. 7. Spatial Extensions in MySQL.     Introduction.     The OpenGIS Geometry Model.       The Geometry Class Hierarchy.       Class Geometry.       Class Point.       Class Curve.        Class LineString.       Class Surface.       Class Polygon.       Class GeometryCollection.       Class MultiPoint.       Class MultiCurve.       Class MultiLineString.       Class MultiSurface.       Class MultiPolygon.     Supported Spatial Data Formats.       Well-Known Text (WKT) Format.       Well-Known Binary (WKB) Format.     Creating a Spatially Enabled MySQL Database.       MySQL Spatial Data Types.       Creating Spatial Values.       Creating Spatial Columns.       Populating Spatial Columns.       Fetching Spatial Data.     Analyzing Spatial Information.       Geometry Format Conversion Functions.       Geometry Functions.       Functions That Create New Geometries from Existing Ones.       Functions for Testing Spatial Relations Between Geometric Objects.       Relations on Geometry Minimal Bounding Rectangles (MBRs).       Functions That Test Spatial Relationships Between Geometries.     Optimizing Spatial Analysis.       Creating Spatial Indexes.       Using a Spatial Index.     MySQL Conformance and Compatibility.       GIS Features That Are Not Yet Implemented. 8. Stored Procedures and Functions.     Stored Procedure Syntax.       Maintaining Stored Procedures.       SHOW PROCEDURE STATUS and SHOW FUNCTION STATUS.       CALL.       BEGIN ... END Compound Statement.       DECLARE Statement.       Variables in Stored Procedures.       Conditions and Handlers.       Cursors.       Flow Control Constructs. 9. Error Handling in MySQL.     Error Returns.     Error Messages. Appendix A. Troubleshooting Query Problems.     Query-Related Issues.       Case Sensitivity in Searches.       Problems Using DATE Columns.       Problems with NULL Values.       Problems with Column Aliases.       Rollback Failure for Non-Transactional Tables.       Deleting Rows from Related Tables.       Solving Problems with No Matching Rows.       Problems with Floating-Point Comparisons.     Optimizer-Related Issues.     Table Definition-Related Issues.       Problems with ALTER TABLE.       How to Change the Order of Columns in a Table.       TEMPORARY TABLE Problems. Appendix B. MySQL Regular Expressions. Index .


Best Seller

| | See All


Product Details
  • ISBN-13: 9780672326332
  • Publisher: MySQL Press
  • Publisher Imprint: MySQL Press
  • Height: 178 mm
  • No of Pages: 504
  • Spine Width: 28 mm
  • Width: 228 mm
  • ISBN-10: 0672326337
  • Publisher Date: 05 Aug 2004
  • Binding: Paperback
  • Language: English
  • Series Title: English
  • Weight: 744 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
MySQL Language Reference: (English)
MySQL Press -
MySQL Language Reference: (English)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

MySQL Language Reference: (English)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA