SQL DML
SELECT
UPDATE
INSERT
DELETE
String Functions
SUBSTRING
UPPER and LOWER
LTRIM and RTRIM
Stored Procedures
Select sp
Update sp
Insert sp
Delete sp
SQL Views
SQL Views 101
SQL Table Basics
Zip file schema/data
Create SQL Table
Foreign Key Constraint
SQL Server Data Types
Add/Alter Column
Drop Table
SELECT TOP 100 RTRIM(firstname) + ' ' + lastname AS " RTRIM" FROM Students
SELECT TOP 100 LTRIM(disenrollment_type) FROM disenrollmentTypes