|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/sql-and-transact-sql-t-sql-for-beginners/
课程评论:没有评论
课程名称:SQL 和 T-SQL 基础课程 课程概述:随着可用数据的数量不断增加,结构化查询语言(SQL,读作“sequel”)成为与存储在关系数据库管理系统(如 Microsoft SQL Server、Oracle、PostgreSQL、MySQL 等)中数据进行交流和互动的标准语言。虽然不同的数据库管理系统有各自的 SQL 专有版本,但它们都遵循使用某些 SQL 命令的相同方式。Microsoft SQL Server 的 SQL 版本称为 Transact-SQL(T-SQL)。在本课程中,您将学习 SQL 语言和 T-SQL 的基础知识,因为它们使用某些命令的方式相同。 您将学习的内容包括: - 安装 SQL Server - 安装 SSMS(SQL Server Management Studio) - 基本数据库概念 - 创建数据库 - 创建表 - 创建视图 - 创建存储过程 - 从数据库读取数据 - 更新数据库记录 - 备份数据库 - 删除记录 - 截断表 - 删除表 - 删除数据库 - 恢复数据库 本课程旨在帮助初学者掌握 SQL 和 T-SQL 的基础知识,以便有效管理和操作数据。
The volume of data available is huge and increasing daily. Structured Query Language -SQL (pronounced as sequel) is the standard language used to communicate and interact with data stored in relational management database systems like Microsoft SQL Server Oracle, PostgreSQL,MySQL etc.Different database management systems have their own proprietary version of the SQL language but they all conform to using some commands in SQL the same way. Microsoft SQL Server's version of SQL is known as Transact-SQL (T-SQL).In this course you will learn the basics of the SQL language and Transact-SQL since both use certain commands in the same way.What You will learn includes:Installing SQL ServerInstall SSMSBasic Database ConceptsCreating DatabaseCreating TableCreating ViewsCreating stored proceduresReading data from a databaseUpdating database recordsBacking up databaseDeleting RecordsTruncating TableDropping TableDropping DatabaseRestore Database