What is SQL?

Source: Internet
Author: User
What is SQL?

SQL (pronounced as the letters S-Q-L or as sequel) is an abbreviation for structured query language. SQL is a language designed specifically for communicating with databases.

Unlike other versions ages (spoken versions ages like English, or programming versions like Java or visual basic), SQL is made up of very few words. this is deliberate. SQL is designed to do one thing and do it well-provide you with a simple and efficient way to read and write data from a database.

What are the advantages of SQL?

    • SQL is not a proprietary language used by specific database vendors. Almost every major DBMS supports SQL, so learning this one language will enable you to interact with just about every database you'll run.

    • SQL is easy to learn. The statements are all made up of descriptive English words, and there aren't that amount of them.

    • Despite its apparent simplicity, SQL is actually a very powerful language, and by cleverly using its language elements you can perform very complex and sophisticated database operations.

And with that, let's learn SQL.

SQL extensions : extends DBMS vendors have extended their support for SQL by adding statements or instructions to the language. the purpose of these extensions is to provide additional functionality or simplified ways to perform specific operations. and while often extremely useful, these extensions tend to be very DBMS specific, and they are rarely supported by more than a single vendor.

standard SQL is governed by the ANSI Standards Committee, and is thus called ansi SQL. all major dbmss, even those with their own extensions, support ansi SQL. individual implementations have their own names (PL-SQL, transact-SQL, and so forth ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.