Abidemi Muibudeen
Bidemi's Blog

Bidemi's Blog

Follow
homebadges
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

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