Understanding SQL: A Beginner's Guide To Structured Query Language
SQL is a querying language used to manage databases, storing & retrieving data digitally. Used by data analysts, devs & web devs. Follow my series for in-depth knowledge of SQL & other languages
As is my intention to share my software development journey gradually, I'll begin with a #sql tutorial right here on my profile. You can use the hash tag #sqlWithDevOlatunji to search for my posts on SQL on all platforms. So, I'll begin with what SQL - Structured Query Language - is. What's SQL? This is a querying language - it's not regarded as a programming language - that is used to manage or manipulate databases such as storing, retrieving, deleting or updating data stored in the database. SQL is so important that is used whenever there's need to store or retrieve data digitally. It...