If you are a programmer or a budding database administrator, you need to know SQL Server. SQL Server is one of the most popular database systems in use today. This course teaches what you need to know in order to efficiently create a database design to support online transaction processing (OLTP) applications. You learn the T-SQL language to create database tables and other objects and to retrieve and modify data.
In this course you learn to install and use SQL Server with Express.js. You will build a set of APIs to retrieve all data, and search for a subset of data, from a SQL Server table. You will also learn to INSERT, UPDATE, and DELETE data from a SQL Server table.