Writing SQL

What is SQL?

What is SQL? What is the difference between SQL the language and SQL the server?



Columns and Records

In this post, we discuss what columns and records are in a SQL table including an explanation of objects and entities.







What is a Function?

What is a SQL Function and how to use a function in a T-SQL statement? We use the GetDate() and LEFT() functions as examples.