zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Querying Microsoft SQL Server 2012 (Exam 70-461) Course
magnet:?xt=urn:btih:63f5fcbbc2ec0b5168a5dbda72d8f60b4254e738&dn=Querying Microsoft SQL Server 2012 (Exam 70-461) Course
磁力链接详情
文件列表详情
63f5fcbbc2ec0b5168a5dbda72d8f60b4254e738
infohash:
110
文件数量
1.17 GB
文件大小
2017-7-16 10:49
创建日期
2024-11-16 18:26
最后访问
相关分词
Querying
Microsoft
SQL
Server
2012
Exam
70-461
Course
01. Introduction/01. Welcome.flv 1.84 MB
01. Introduction/02. Course Overview.flv 5.19 MB
01. Introduction/03. Understanding SQL.flv 7.3 MB
01. Introduction/04. Understanding TSQL.flv 5.62 MB
01. Introduction/05. SQL Server History.flv 6.77 MB
01. Introduction/06. Microsoft SQL Server Certifications.flv 5.43 MB
02. Getting Set Up/01. Getting SQL Server 2012.flv 7.07 MB
02. Getting Set Up/02. Installing SQL Server 2012.flv 15.17 MB
02. Getting Set Up/03. Attaching the Sample Database.flv 8.17 MB
02. Getting Set Up/04. Getting SQL Books Online Locally.flv 9.07 MB
02. Getting Set Up/05. Code Examples.flv 2.62 MB
03. SQL Server 2012 Management Studio/01. SSMS Tour.flv 11.93 MB
03. SQL Server 2012 Management Studio/02. Graphical Queries.flv 13.39 MB
03. SQL Server 2012 Management Studio/03. SSMS Options.flv 14.62 MB
03. SQL Server 2012 Management Studio/04. Query Results Options.flv 17.01 MB
03. SQL Server 2012 Management Studio/05. Database Diagrams.flv 14.16 MB
04. Creating Database Objects/01. Table Design Basics.flv 6.88 MB
04. Creating Database Objects/02. Creating a Table.flv 28.79 MB
04. Creating Database Objects/03. Altering Tables.flv 13.2 MB
04. Creating Database Objects/04. Dropping Tables.flv 7.7 MB
04. Creating Database Objects/05. Understanding Views.flv 7.32 MB
04. Creating Database Objects/06. Creating Views pt. 1.flv 14.43 MB
04. Creating Database Objects/07. Creating Views pt. 2.flv 16.16 MB
04. Creating Database Objects/08. Dropping Views.flv 5.82 MB
04. Creating Database Objects/09. Understanding Constraints.flv 8.72 MB
04. Creating Database Objects/10. Creating Constraints.flv 12.38 MB
04. Creating Database Objects/11. Understanding Triggers.flv 8.53 MB
04. Creating Database Objects/12. Trigger Options.flv 6.99 MB
04. Creating Database Objects/13. Inserted and Deleted Tables.flv 4.92 MB
04. Creating Database Objects/14. Creating Triggers.flv 13.42 MB
05. Basic Select Queries/01. The Basic Select Statement.flv 16.71 MB
05. Basic Select Queries/02. Select Statement Structure.flv 13.1 MB
05. Basic Select Queries/03. The FROM Clause.flv 5.66 MB
05. Basic Select Queries/04. The WHERE Clause.flv 7.34 MB
05. Basic Select Queries/05. WHERE Clause Example.flv 12.35 MB
05. Basic Select Queries/06. The ORDER BY Clause.flv 6.49 MB
05. Basic Select Queries/07. ORDER BY Example.flv 18.94 MB
05. Basic Select Queries/08. The GROUP BY Clause pt. 1.flv 14.43 MB
05. Basic Select Queries/09. The GROUP BY Clause pt. 2.flv 15.31 MB
05. Basic Select Queries/10. The HAVING Clause.flv 14.87 MB
05. Basic Select Queries/11. The Power of LIKE.flv 11.02 MB
06. More Advanced Select Statements/01. Using Distinct.flv 12.1 MB
06. More Advanced Select Statements/02. Column Aliasing.flv 16.51 MB
06. More Advanced Select Statements/03. Using the Top Option.flv 6.83 MB
06. More Advanced Select Statements/04. Top Option Example.flv 12.24 MB
06. More Advanced Select Statements/05. Using the OFFSET-FETCH Option.flv 15.21 MB
06. More Advanced Select Statements/06. Understanding NULLs.flv 8.64 MB
06. More Advanced Select Statements/07. Working with NULLs.flv 11.99 MB
06. More Advanced Select Statements/08. Using the Case Statement.flv 16.15 MB
06. More Advanced Select Statements/09. SELECT INTO.flv 10.65 MB
06. More Advanced Select Statements/10. The UNION Statement.flv 17.54 MB
06. More Advanced Select Statements/11. Using INTERSECT.flv 15.71 MB
06. More Advanced Select Statements/12. Using EXCEPT.flv 16.81 MB
06. More Advanced Select Statements/13. Understanding Synonyms.flv 5.67 MB
06. More Advanced Select Statements/14. Creating and Using Synonyms.flv 6.76 MB
06. More Advanced Select Statements/15. Using Concatenation.flv 10.62 MB
06. More Advanced Select Statements/16. Dynamic Queries pt. 1.flv 11.09 MB
06. More Advanced Select Statements/17. Dynamic Queries pt. 2.flv 14.51 MB
06. More Advanced Select Statements/18. INSERT Into.flv 10.49 MB
07. SQL Server 2012 Data Types/01. Understanding GUIDs.flv 9.49 MB
07. SQL Server 2012 Data Types/02. NEWID() vs. NEWSEQUENTTIALID().flv 8.95 MB
07. SQL Server 2012 Data Types/03. Using GUIDs.flv 12.37 MB
07. SQL Server 2012 Data Types/04. Data Type Basics.flv 15.18 MB
07. SQL Server 2012 Data Types/05. Numerical Data Types.flv 7.64 MB
07. SQL Server 2012 Data Types/06. Character Data Types.flv 7.22 MB
07. SQL Server 2012 Data Types/07. Date and Time Data Types.flv 6.76 MB
07. SQL Server 2012 Data Types/08. Binary Data Types.flv 4.44 MB
08. Using Joins/01. Understanding Joins.flv 6.88 MB
08. Using Joins/02. Table Aliasing.flv 6.76 MB
08. Using Joins/03. Inner Joins.flv 22.07 MB
08. Using Joins/04. Outer Joins.flv 14.52 MB
08. Using Joins/05. Cross Joins.flv 12.03 MB
08. Using Joins/06. The Merge Statement pt. 1.flv 23.82 MB
08. Using Joins/07. The Merge Statement pt. 2.flv 15.74 MB
09. Querying Metadata/01. Catalog Views.flv 20.45 MB
09. Querying Metadata/02. Information Schema Views.flv 9.92 MB
09. Querying Metadata/03. System Stored Procedures.flv 17.67 MB
10. Inserts Updates Deletes/01. The Basic INSERT Statement.flv 17.21 MB
10. Inserts Updates Deletes/02. INSERT Examples.flv 11.46 MB
10. Inserts Updates Deletes/03. The Basic UPDATE Statement.flv 4.2 MB
10. Inserts Updates Deletes/04. UPDATE Examples.flv 10.21 MB
10. Inserts Updates Deletes/05. The Basic DELETE Statement.flv 4.85 MB
10. Inserts Updates Deletes/06. DELETE Examples.flv 8.38 MB
10. Inserts Updates Deletes/07. Using ROWCOUNT.flv 13.08 MB
11. Subqueries/01. Scalar Subqueries.flv 8.57 MB
11. Subqueries/02. Multi-Valued Subqueries.flv 12.48 MB
11. Subqueries/03. Correlated Subqueries.flv 13.25 MB
12. Table Expressions/01. Understanding Temporary Results Sets.flv 6.04 MB
12. Table Expressions/02. Understanding Derived Tables.flv 8.64 MB
12. Table Expressions/03. Understanding Common Table Expressions.flv 4.99 MB
12. Table Expressions/04. Using CTEs.flv 12.08 MB
12. Table Expressions/05. Understanding Temporary Tables.flv 8.95 MB
12. Table Expressions/06. Table Variables.flv 12.24 MB
12. Table Expressions/07. Temporary Table or Table Variable.flv 5.29 MB
13. Stored Procedures/01. Understanding Stored Procedures.flv 7.53 MB
13. Stored Procedures/02. Creating a Stored Procedure.flv 11.38 MB
13. Stored Procedures/03. Using Input Parameters.flv 15.46 MB
13. Stored Procedures/04. Stored Procedure Return Codes.flv 9.82 MB
13. Stored Procedures/05. Stored Procedure Permissions.flv 4.96 MB
14. Functions/01. Understanding Functions.flv 5.88 MB
14. Functions/02. Built-in Functions.flv 11.65 MB
14. Functions/03. Scalar Functions Example.flv 15.1 MB
14. Functions/04. Table Valued Functions Example pt. 1.flv 12.77 MB
14. Functions/05. Table Valued Functions Example pt. 2.flv 15.34 MB
15. Transactions/01. Understanding Concurrency.flv 6.35 MB
15. Transactions/02. Understanding Transactions.flv 7.61 MB
15. Transactions/03. Coding Explicit Transactions.flv 11.69 MB
15. Transactions/04. Transactions and Locking.flv 11.16 MB
16. Conclusion/01. Course Wrap Up.flv 4.93 MB
17. Credits/01. About the Author.flv 3.71 MB
其他位置