/refreshing-SQL

Refreshing some basic SQL concepts

Primary LanguageTSQLMIT LicenseMIT

Refreshing SQL

License: MIT contributions welcome

GitHub Xavi Twitter Follow

In this repository you can find two databases to practice SQL queries and two other files with some basic exercises about...

  • Create databases, tables and columns
  • Insert, update or delete rows
  • Create a Foreign and a Primary Key
  • Drop databases and tables and truncate tables
  • Execute basic queries to retrieve data from a database table using the commonly used commands
  • Combine rows from two or more tables using joins