reading-notes

Introduction to SQL

References

SQL Database Tutorial for Beginners

SQL Bolt

  1. Task1
  2. Task2
  3. Task3
  4. Task4
  5. Task5
  6. Task6

  7. Task13
  8. Task14
  9. Task15
  10. Task16
  11. Task17
  12. Task18

Instruction: When you are finished with all of the lessons, create a new entry in your reading notes repository summarizing your understanding of relational databases and SQL.

SQL (Structured Query Language) is a powerful and standardized programming language used for managing and manipulating data. Relational databses are a tool made of tables, rows and columns used for working with organized information . The rows and columns can be edited using very to-the-point commands.