- 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
- GitLab Repository Management
- Mastering Ubuntu Server
- Gradle for Android
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Unity Character Animation with Mecanim
- IoT Projects with Bluetooth Low Energy
- 嵌入式C編程實(shí)戰(zhàn)
- Getting Started with hapi.js
- Offer來了:Java面試核心知識(shí)點(diǎn)精講(框架篇)
- Manage Your SAP Projects with SAP Activate
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)
- Azure for Architects
- Learning SaltStack(Second Edition)
- Web前端開發(fā)全程實(shí)戰(zhàn):HTML5+CSS3+JavaScript+jQuery+Bootstrap