|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/mysql-database-development-for-beginners/
课程评论:没有评论
课程名称:MySQL数据库开发入门 课程概述:MySQL是一种通用的关系数据库管理系统(RDBMS),主要用于为Web应用程序提供后端数据库。在本课程中,我们将介绍关系数据库管理系统的一般概念以及它们与MySQL的关系。与传统课程通常主要关注理论不同,我们将采取实际的“操作指南”方法来处理数据。 您将学习到的内容包括: - 创建数据库和表 - 使用INSERT向表中添加数据 - 使用SELECT读取表数据 - 如何使用WHERE过滤数据 - 使用ORDER BY对数据进行排序 - JOIN操作及其在多表读取中的应用 - 使用UPDATE更改表中的数据 - DELETE查询:从表中删除一行或多行数据 - 使用文本文件加载数据库架构 这些主题和更多内容将在课程中覆盖。课程的重点是MySQL本身,而不是如何将其用于特定目的。然而,这门课程为即将推出的关于使用php和MySQL的Web数据库课程提供了一个很好的介绍。为什么还等呢…今天就来注册吧!
MySQL is a general purpose relational database management system (RDBMS) used mainly to provide a back-end database for web applications. In this course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular.Unlike traditional courses that concentrate mainly on theory, we'll take a practical "how-to" approach to working with data. Here's what yyou'll learn: Creating databases and tablesAdding data to a table with INSERT Reading a table with SELECTHow to use WHERE to filter dataUsing ORDER BY to sort dataJOINs and how to use them to read from multiple tablesChanging data in a table with UPDATEThe DELETE query: removing one or more rows of data from a tableUsing a text file to load a database schemaThese topics and many more will be covered. The concentration in this course is on MySQL itself… not on how to use it to for any particular purpose. But this course makes a great introduction to our upcoming course about web databases using php and MySQL. So why wait… sign up today!