|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/sql-intro/
课程评论:没有评论
**Coursera 课程总结:SQL 编程基础** 本课程深入浅出地介绍了 SQL (Structured Query Language)——一种用于管理关系型数据库的特殊编程语言。SQL 被广泛应用于各种应用程序和组织中,是数据管理的核心工具。 **核心内容涵盖:** * **SQL 基础概念:** 理解 SQL 的基本原理和在数据管理中的作用。 * **数据存储、查询与操作:** * 如何从服务器请求数据。 * 如何限制和排序查询结果。 * 如何使用 `JOIN` 操作聚合来自多个表的数据。 * 如何编辑和删除数据。 * **数据库表创建与数据选择:** * 学习创建数据库表。 * 掌握多种不同的数据选择方式。 * 理解与关系型数据库相关的关键概念。 * **数据定义:** * 执行 SQL 命令来创建数据库表。 * 定义数据元素的类型。 **学习目标:** 完成本课程后,您将对 SQL 编程语言有紮实的理解,并能运用 SQL 进行高效的数据管理和操作。
SQL is a special-purpose programming language designed for managing data in a relational database, and is used by a huge number of apps and organizations. In this course you'll learn the core concepts of the SQL programming language. You'll learn how to use SQL to store, query, and manipulate data. Learn how to request data from a server, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data. We'll then show you the basics of creating tables and selecting data in various different ways. You'll learn important concepts associated with relational databases. You will run SQL commands to create database tables and define data element types.. By the end of this course you should have a good understanding of the SQL programming language.