mysql教程_MySQL教程

mysql教程_MySQL教程

mysql教程

mysql教程_MySQL教程

MySQL教程 (MySQL Tutorial)

MySQL is the most popular Open Source Relational SQL Database Management System. MySQL is one of the best RDBMS being used for developing various web-based software applications. MySQL is developed, marketed and supported by MySQL AB, which is a Swedish company. This tutorial will give you a quick start to MySQL and make you comfortable with MySQL programming.

MySQL是最流行的开源关系SQL数据库管理系统。 MySQL是用于开发各种基于Web的软件应用程序的最佳RDBMS之一。 MySQL由瑞典公司MySQL AB开发,销售和支持。 本教程将使您快速入门MySQL,并使您熟悉MySQL编程。

听众 (Audience)

This tutorial is prepared for the beginners to help them understand the basics-to-advanced concepts related to MySQL languages.

本教程是为初学者准备的,以帮助他们了解与MySQL语言相关的基础知识和高级概念。

先决条件 (Prerequisites)

Before you start doing practice with various types of examples given in this tutorial, it is being assumed that you are already aware about what a database is, especially an RDBMS and what is a computer programming language.

在开始使用本教程中提供的各种类型的示例进行练习之前,假定您已经了解什么是数据库,尤其是RDBMS和什么是计算机编程语言。

Advertisements
广告

翻译自: https://www.tutorialspoint.com/mysql/index.htm

mysql教程