MySQL
MySQL
Use automated and integrated generative AI and machine learning (ML) in one cloud service for
transactions and lakehouse scale analytics. Get faster insights from all your data with unmatched
performance and deploy apps in your choice of cloud providers.
Learn More »
The most comprehensive set of advanced features, management tools and technical support to
achieve the highest levels of MySQL scalability, security, reliability, and uptime.
Learn More »
Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their
applications, hardware and appliances more competitive, bring them to market faster, and lower
their cost of goods sold.
Learn More »
MySQL Cluster enables users to meet the database challenges of next generation web, cloud, and
communications services with uncompromising scalability, uptime and agility.
Learn More »
Free Webinars
Smooth Migration from Microsoft SQL Server to MySQL Using GenAI Services
On-Demand
More »
White Papers
More »
Powered by MySQL
Contact MySQL Sales
USA/Canada: +1-866-221-0634 (More Countries »)
Products
HeatWave
Services
Training
Certification
Support
Downloads
MySQL Shell
MySQL Router
MySQL Workbench
Documentation
MySQL Workbench
Topic Guides
About MySQL
Contact Us
Blogs
How to Buy
Partners
Job Opportunities
Site Map
© 2025 Oracle
MySQL SQL
❮ PreviousNext ❯
What is SQL?
The following SQL statement selects all the records in the "Customers" table:
Example
Try it Yourself »
SQL keywords are NOT case sensitive: select is the same as SELECT
Some database systems require a semicolon at the end of each SQL statement.
Semicolon is the standard way to separate each SQL statement in database systems that allow more
than one SQL statement to be executed in the same call to the server.
In this tutorial, we will use semicolon at the end of each SQL statement.