/My_hands_on_exercise_on_sqlite

Working with different sqlite queries as a hands-on exercise

Primary LanguagePythonApache License 2.0Apache-2.0

hands-on-exercise-with-sqlite

A hands-on exercise for myself to work with sqlite3 to better understand relational databases


Table of Contents


Description

In this project, I managed to work with different SQL commands that can become handy in real-life. My major goal was to work with CRUD (Create, Read, Update and Delete) commands which are the basics for SQL
I also reviewed the concept of Primary key and Foreign key

Techniques

  • Sqlite RDMS
  • SQL

Back To The Top


License

MIT License

Copyright (c) [2020] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top