A Brief Intro to SQL
A lot of people say “S..Q..L”, by separating the letters or some pronounce it as “sequel”. It’s up to you, I like “sequel”, it just sounds cooler. SQL is a superrrrrrrrrrr important skill to learn when dealing with huge amounts of data sets. SQL, which stands for Structured Query Language, is a programming language used for retrieving data and manipulating the data models (aka in table format). To specify that, it is used to extract data from a relational […]