mydevnotes

mydevnotes

What is SQL?

SQL – stands for Structured Query Language SQL is used to manage relational databases. Some of the actions that you can perform on a table inside a database using SQL include: INSERT (adding a new record) DELETE (deleting an existing…

Hello world!

This is the start of a development-related knowledge-sharing journey. This blog will serve as a way to track my programming learning and also as a way to give back to the community. I will use it as a notebook. Some…