- Learn T-SQL Querying
- Pedro Lopes Pam Lahoud
- 266字
- 2021-06-24 14:38:09
FROM
The FROM clause specifies the tables or views used in the SELECT, DELETE, and UPDATE statements. It is required unless a SELECT list contains only constants, variables or arithmetic expressions, or an UPDATE clause does not contain references to other tables other than the target (for example, a join is not needed).
It can be a single table, a derived table (a table created from a nested sub-query), a Table-Valued Function (TVF), or it can be several tables and/or views joined together.
If the desired result set contains data from more than one table or view, joins can be used to link rows from one table to another. There are essentially the following three types of logical joins that are expressed when writing a query:
- Inner joins
- Outer joins (left, right, and full)
- Cross joins
In specific scenarios, SQL Server may infer the intended type of logical join operation. However, it is best to always explicitly state the type of required logical join operation the reader intends to implement.
- ABB工業機器人編程全集
- Practical Ansible 2
- 微型計算機控制技術
- 大數據改變世界
- 模型制作
- Visual C++編程全能詞典
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 影視后期編輯與合成
- AVR單片機工程師是怎樣煉成的
- 計算機應用基礎實訓·職業模塊
- EJB JPA數據庫持久層開發實踐詳解
- Embedded Linux Development using Yocto Projects(Second Edition)
- Getting Started with Tableau 2018.x
- 實戰大數據(Hadoop+Spark+Flink):從平臺構建到交互式數據分析(離線/實時)
- Flash CS3動畫制作融會貫通