- 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
- 面向STEM的Scratch創(chuàng)新課程
- Java程序設(shè)計(jì)與計(jì)算思維
- Python程序設(shè)計(jì)
- 云計(jì)算通俗講義(第3版)
- Python機(jī)器學(xué)習(xí):手把手教你掌握150個(gè)精彩案例(微課視頻版)
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Microsoft Dynamics AX 2012 R3 Financial Management
- Windows Phone 8 Game Development
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Hands-On Dependency Injection in Go
- MySQL從入門到精通
- Hadoop MapReduce v2 Cookbook(Second Edition)
- JavaScript高級(jí)程序設(shè)計(jì)(第3版)
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)
- 趣學(xué)Python游戲編程