|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/what-is-sql-programming-language-with-examples/
课程评论:没有评论
课程名称:掌握 SQL 查询与 SQL Server 课程概述:本课程涵盖《70-461:查询 Microsoft SQL Server 2012/2014》的前两个模块。课程内容包括: 1. 使用 T-SQL 语法创建和修改表: - 在不使用内置工具的情况下创建表; - 修改表的结构(ALTER TABLE); - 删除表(DROP TABLE); - 修改列属性(ALTER COLUMN)。 2. 创建和修改约束: - 在表上定义约束并使用; - 唯一键约束、默认约束、主键约束、外键约束; - 非空约束和检查约束。 3. 使用 SELECT 语句查询数据: - 使用排名函数选择前 n 行; - 使用 WHERE 条件限制数据; - IN、BETWEEN、LIKE 和条件运算符; - 使用 AND、OR、NOT 结合多个条件。 4. 使用 ORDER BY 子句排序数据: - 升序和降序排序; - 使用 OFFSET FETCH 限制排序后的数据。 5. 使用 INSERT、UPDATE 和 DELETE 语句修改数据: - 使用 INSERT 语句向表中插入数据; - 使用 SQL Server Management Studio 插入数据; - 使用 DELETE 语句删除数据; - 使用 SQL Server Management Studio 删除数据,以及使用 TRUNCATE 语句; - 使用 UPDATE 语句更新数据; - 在 SQL Server Management Studio 中更新数据。 本课程提供30天退款保证(适用Udemy退款条件),如果您对课程不满意,可以申请退款。
This Course cover first two modules of 70-461 (Querying Microsoft SQL Server 2012/2014).Topics we covered:Create and alter tables using T-SQL syntax (simple statements):Create tables without using the built in tools; ALTER Table; DROP Table ; ALTER COLUMN; CREATE TableCreate and modify constraints (simple statements)Create constraints on tables; define constraints and how to use them; unique Key constraints. Default constraints.Primary Key constraints. Foreign key constraintsNot Null constraints.Check constraints.Query data by using SELECT statements:Use the ranking function to select top(n) rows; Restrict data using where conditionsIN Operators.Between Operators.Like Operators.Conditional Operators.Combine multiple conditions using AND / OR / NOT.Sort Data using Order By clause:Sort Data ascending and descending order.Restrict Sorted Data Using Offset Fetch.Modify data by using INSERT, UPDATE, and DELETE statements:Insert data into a table using insert statement.Insert data using SQL server management studio.Remove data using Delete statements.Remove data using SQL server management Studio.Remove data using Truncate statement.Update data using Update statements.Update data using SQL server management studio.This course provide 30-day money back guarantee(Udemy refund conditions are applied ). So if you don't like the course, you could ask for refund.