SQL Four-Part Names
The four-part names of SQL Server objects. How to reference objects in SQL Server by their four-part name and how to use it in a T-SQL statement.
The four-part names of SQL Server objects. How to reference objects in SQL Server by their four-part name and how to use it in a T-SQL statement.
What are the basics in writing a T-SQL SELECT? How to return columns and records from a table in SQL Server.
In this post, we discuss what columns and records are in a SQL table including an explanation of objects and entities.
How to use the WHERE statement to filter records when the value is a number or integer data type in a T-SQL statement.
How to use the WHERE statement to filter records when the value is a character data type in a T-SQL statement.
How to use the WHERE statement to filter records when the value is either a Date or a Time in a T-SQL statement.
How to use the WHERE statement to filter records when a value IS NULL or IS NOT NULL in a T-SQL statement.
How to use the ORDER BY statement to sort records in a T-SQL statement in both ascending and descending order.
In this post, we discuss how to use the GROUP BY and HAVING clause in a T-SQL statement and how to use them with aggregate functions.
How to Create, Alter and Drop tables in SQL Server. How to manage tables in SQL Server.