|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-sql-databases-in-a-weekend/
课程评论:没有评论
### Coursera 课程《周末学会 SQL 数据库》内容总结 本课程是一门密集型的 SQL 数据库速成课,旨在浓缩 SQL 数据库最重要的知识点,让你能在短短一个周末内掌握开始真实 SQL 数据库项目所需的一切。 **课程将涵盖以下内容:** * **SQL 数据库基础:** 了解什么是 SQL 数据库以及它们的结构。 * **工具设置:** 学习如何搭建必要的开发环境。 * **表操作:** * 如何创建表(CREATE TABLE)。 * 如何修改表结构。 * 如何导出和恢复数据库(备份与还原)。 * **数据操作:** * 如何插入数据(INSERT)。 * 如何删除数据(DELETE)。 * 如何更新数据(UPDATE)。 * **数据查询:** * 编写查询语句(SELECT)来选取所需数据。 * 掌握 WHERE 条件、ORDER BY 排序、聚合函数和 GROUP BY 分组。 * 理解和使用通配符(\*)和函数。 * **NULL 值:** 了解 NULL 值的特性及特殊之处。 * **表连接(JOIN):** 学习如何连接多个表,并从不同表中选取数据。 **课程特色:** * **实践性强:** 包含大量实用练习,如简短的测验、每章节的练习,以及包含多表 SELECT 和 JOIN 的综合练习。 * **项目实战:** 课程包含一个 Python 和 Java 项目,让你能在编程中读取 SQL 数据库中的数据。 * **技术栈:** 课程将使用 MySQL 数据库引擎,这是最流行的、免费开源的 SQL 解决方案之一。 课程提供免费视频,欢迎学习者踊跃参加!
This is an intensive crash-course of SQL databases, the absolute essence. It contains everything you need to know to jump into real SQL database projects. And you can do it in a single weekend! You will learn:What SQL databases are and how they are structuredHow to set up the necessary tools to get startedHow to CREATE TABLEs and modify their structure laterHow to export the data and table structure to a backup-file, and restore a database from a backupHow to INSERT dataHow to write queries to SELECT the necessary data, including WHERE conditions, ORDERing, aggregation and GROUP BY, conditions * and functions.What the mysterious NULL values are and why they behave so weirdlyHow to DELETE dataHow to UPDATE dataHow to link together tables and select data from multiple tables using JOINsThe course contains a great deal of practical exercises:Short quizzes to test your understanding along the wayExercises in every section, including an extensive set of exercises using multi-table SELECTs with JOINA course project in Python and Java where you will read data from an SQL databases in your programWe will use the MySQL database engine - one of the most popular choices of SQL, a free and open-source solution.Check out the free videos and see you in the course!