Abidemi Muibudeen
Bidemi's Blog

Bidemi's Blog

Follow
homebadges
Tag

MySQL

#mysql

More content

Read more stories on Hashnode


Articles with this tag

SQL Alias Use Cases (Part 1)

Oct 18, 20225 min read

Structured Query Language (SQL or SEQUEL) is a domain-specific programming language for storing, manipulating, retrieving, and managing data stored in...

SQL Alias Use Cases (Part 1)

How to Alter Tables and Columns in SQL

Oct 7, 20224 min read

In my previous article, I reviewed how to create tables in SQL and also created a table called “employeeRecords”. The table has five columns:...

How to Alter Tables and Columns in SQL

Create A Database And Table In SQL

Oct 4, 20224 min read

A database stores data in a structured format, but a database is more valuable than merely storing structured data. When you log on to your favourite...

Create A Database And Table In SQL