- SQL Server on Linux
- Jasmin Azemovi?
- 176字
- 2021-07-02 20:24:18
SQL Server Basics
Microsoft SQL Server is considered to be one of the most commonly used systems for database management in the world. This popularity has been gained by a high degree of stability, security, and business intelligence and integration functionality. Microsoft SQL Server for Linux is a database server that accepts queries from clients, evaluates them, and then internally executes them to deliver results to the client. The client is an application that produces queries through a database provider and communication protocol sends requests to the server and retrieves the result for client-side processing and/or presentation.
Before starting to write queries and work with Microsoft SQL Server it's a good idea to gain a good understanding of how the software works. With a good understanding of the product and its mechanics, you'll be able to write more efficient queries and get results much faster.
In this chapter, we will cover the following topics:
- Overview of SQL Server
- SQL Server components
- How does it work on Linux?
- SQL Server objects
- SQL/T-SQL basics
- Working environments and tools
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- JavaScript從入門到精通(微視頻精編版)
- 程序員面試算法寶典
- OpenNI Cookbook
- Learning AndEngine
- Apex Design Patterns
- Hands-On Reinforcement Learning with Python
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Python函數(shù)式編程(第2版)
- PHP 8從入門到精通(視頻教學(xué)版)
- Solr權(quán)威指南(下卷)
- 交互設(shè)計(jì)師成長手冊:從零開始學(xué)交互
- Scratch編程從入門到精通
- Java程序設(shè)計(jì)入門(第2版)