|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/introduction-to-mysql-database/
课程评论:没有评论
**Coursera 课程总结:MySQL 数据库入门** 本课程是 Coursera 上的一门入门级视频课程,旨在介绍 MySQL 数据库。MySQL 是一个由 Oracle 拥有、广泛使用、可靠、可扩展且免费的开源关系型数据库管理系统。许多知名公司,如美国海军、NASA、白宫、YouTube、Netflix、Sony、Uber、Zappos、Facebook、LinkedIn 和 Pinterest,都在使用 MySQL。 这门课程面向初学者,其内容通俗易懂,非常适合希望学习 MySQL 的任何人。课程将引导您完成 MySQL 的下载和安装,并介绍数据库的基本概念,以及如何使用 MySQL Workbench。 课程的重点在于教授如何编写基本的 MySQL `SELECT` 语句,检索数据,并运用 `WHERE` 子句过滤记录,`ORDER BY` 子句对记录进行排序。此外,您还将学习如何指定多个值、使用 `LIKE` 操作符进行模式匹配搜索,以及如何使用 `DISTINCT` 关键字避免重复记录。 通过这门注重实践的课程,您将能够自信地编写基础的 MySQL `SELECT` 语句,并具备检索、过滤和排序数据的基本技能。
MySQL is a very popular reliable salable and free open source relational database management system owned by Oracle.There is a commercial licensed version of MySQL that can be purchased which comes with premium support. This is the version most widely used by notable companies. The following are some notable users of MySQL: US NavyNasaWhiteHouseYoutubeSquareNetflixSonyUberZapposFacebookLinkedInPinterest This is a basic beginners introductory course suitable for anyone who wants to learn about MySQL. The course is a video based and taught at a place that anyone can understand and follow along.At the end of this course you will be familiar with MySQL database and be able to write simple queries to retrieve data from a MySQL databases. You will also be able to filter and sort records obtained from a MySQL database.This course is a practical hands on and should be easy to follow along with me as I write some basic MySQL queries statements. At the end of this basic course you will have the confidence and skill to write your own MySQL basic SELECT statements. Here is what you will learn:How to download and Install MySQLHow to write your own basic MySQL SELECT StatementWhat are Database ConceptsHow to use MySQL WorkbenchHow to Filter records from a query with WHERE clauseHow to sort records from a query with ORDER BY clauseHow to specify multiple values How to search data pattern using LIKE operatorHow to avoid duplicate records with MySQL DISTINCT Welcome to the course:-)