- SQL Server on Linux
- Jasmin Azemovi?
- 178字
- 2021-07-02 20:24:20
History of SQL/TSQL
During the seventies, the IBM research centre in San Jose, California created a research team named System R based on Edgar F. Codd's article A Relational Model of Data for Large Shared Data Banks. This later evolved into IBM System/38 in August of 1978. In 1986, the language SQL (Structured Query Language), became an ANSI standard and in 1987 it was accepted as an ISO standard. Today, almost 40 years later, SQL is de facto standard when we are talking about retrieving and data processing.
In order to successfully write queries against SQL Server databases, you need to understand the query language T-SQL (Transact-Structured Query Language). T-SQL, and both the ANSI and ISO standard, offers words such as SELECT, INSERT, UPDATE, and DELETE as well as FROM, JOIN, WHERE, GROUP BY, and ORDER BY to understand the syntax and what these words add to build better results when querying the database.
Even if the standards have minimal support for flow control, T-SQL offers additional scripting and batch processing flow control support such as IF...ELSE, WHILE.
- C++面向對象程序設計(第三版)
- Python程序設計教程(第2版)
- Instant Zepto.js
- Learning Python Design Patterns(Second Edition)
- 深入理解Elasticsearch(原書第3版)
- Getting Started with Gulp
- RSpec Essentials
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Instant PHP Web Scraping
- Learning Docker Networking
- Python 3 數據分析與機器學習實戰
- IoT Projects with Bluetooth Low Energy
- WildFly Cookbook
- Offer來了:Java面試核心知識點精講(框架篇)
- Visual FoxPro數據庫程序設計