Comparing Primary Keys VS Foreign Keys

Relational databases that we use to write our SQL database queries contain tables. These tables will almost undoubtedly contain keys.

Read more

SQL Alias (Rename) – Columns, Tables, and More

When writing queries, functions, or procedures in SQL we often want to abbreviate and rename objects. In SQL this is

Read more