Creating tables and adding data in Microsoft SQL Server – using GUI and T-SQL code



Creating tables and adding data in Microsoft SQL Server – using GUI and T-SQL code

Creating tables and adding data in Microsoft SQL Server - using GUI and T-SQL code

In this video, we will create a database and two tables and add data into those tables.
Want more? My SQL Server Udemy courses are:
70-461, 70-761 Querying Microsoft SQL Server with T-SQL: https://rebrand.ly/querying-microsoft-sql-server
98-364: Database Fundamentals (Microsoft SQL Server): https://rebrand.ly/database-fundamentals
70-462 SQL Server Database Administration (DBA): https://rebrand.ly/sql-server-dba
Microsoft SQL Server Reporting Services (SSRS): https://rebrand.ly/sql-server-ssrs
SQL Server Integration Services (SSIS): https://rebrand.ly/sql-server-ssis
SQL Server Analysis Services (SSAS): https://rebrand.ly/sql-server-ssas-mdx
Microsoft Power Pivot (Excel) and SSAS (Tabular DAX model): https://rebrand.ly/microsoft-powerpivot-ssas-tabular-dax
—-
We will be creating tables using the GUI (Graphic User Interface) and using the CREATE TABLE syntax.
We will then be adding data using the “Edit Top 200 rows”, and then using the INSERT … VALUES syntax.

Comments are closed.