站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Managing and Using MySQL, 2nd Edition

Managing and Using MySQL, 2nd Edition

[ Directory ] Previous Section Next Section

Chapter 3. SQL According to MySQL

The Structured Query Language (SQL) is used to read and write to MySQL databases. Using SQL, you can search for, enter, modify, or delete data. SQL is the most fundamental tool you will need for your interactions with MySQL. Even if you are using some application or graphical user interface to access the database, somewhere under the hood that application is generating SQL.

SQL is a sort of "natural" language. In other words, an SQL statement should read梐t least on the surface條ike a sentence of English text. This approach has both benefits and drawbacks, but the end result is a language unlike traditional programming languages such as C, Java, or Perl.

[ Directory ] Previous Section Next Section