Microsoft SQL Analyst- MS SQL |Azure SQL| SSMS |Data Studio
- Description
- Curriculum
- FAQ
- Reviews
MSSQL is a suite of database software published by Microsoft and used extensively within our enterprise. Typically, it includes a relational database engine, which stores data in tables, columns and rows, Integration Services (SSIS), which is a data movement tool for importing, exporting and transforming data, Reporting Services (SSRS), which is used to create reports and serve reports to end users, and also Analysis Services (SSAS), which is a multidimensional database used to query data from the main database engine.
Azure SQL is a family of managed, secure, and intelligent products that use the SQL Server database engine in the Azure cloud.
SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database, and Azure Synapse Analytics. SSMS provides a single comprehensive utility that combines a broad group of graphical tools with a number of rich script editors to provide access to SQL Server for developers and database administrators of all skill levels.
Transact-SQL (T-SQL) is Microsoft’s and Sybase’s proprietary extension to the SQL (Structured Query Language) used to interact with relational databases. T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, date processing, mathematics, etc. and changes to the DELETE and UPDATE statements.
Transact-SQL is central to using Microsoft SQL Server. All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application.
Azure Data Studio is a cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux. Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal.
-
1IntroductionVideo lesson
-
2What is SQL ServerVideo lesson
-
3SQL Server EditionsVideo lesson
-
4Installation RequirementsVideo lesson
-
5Download SQL ServerVideo lesson
-
6Install SQL ServerVideo lesson
-
7Install SSMSVideo lesson
-
8Connect SSMS to SQL ServerVideo lesson
-
9Install Sample DatabaseVideo lesson
-
10Filtering data with equality filtersVideo lesson
-
11Filtering data with comparisonsVideo lesson
-
12Filtering data with logical comparisonsVideo lesson
-
13Filtering data with string comparisonsVideo lesson
-
14Filtering data with NULL ComparisonsVideo lesson
-
15Sorting data with ORDER BYVideo lesson
-
16Sorting data in ascending orderVideo lesson
-
17Sorting data in descending orderVideo lesson
-
18Sorting data by multiple columnsVideo lesson
-
19Analysing data with SET OperatorsVideo lesson
-
20Query data with EXCEPT OperatorVideo lesson
-
21Query data with INTERSECT OperatorVideo lesson
-
22Query data with UNION OperatorVideo lesson
-
23Aggregating data with Aggregate functionsVideo lesson
-
24Analyse data using COUNT Aggregate functionVideo lesson
-
25Analyse data using AVG Aggregate functionVideo lesson
-
26Analyse data using MAX Aggregate functionVideo lesson
-
27Analyse data using MIN Aggregate functionVideo lesson
-
28Analyse data using SUM Aggregate functionVideo lesson
-
29Grouping DataVideo lesson
-
30Analysing and combining data from multiple tablesVideo lesson
-
31Analysing data with INNER JoinVideo lesson
-
32Analysing data with LEFT Outer JoinVideo lesson
-
33Analysing data with Right Outer JoinVideo lesson
External Links May Contain Affiliate Links read more