Skip to content
JaiSchool
  • Home
  • SQL

add multiple columns in table

How To Add Column in a Table in SQL

12/03/2020 by JaiSchool
add column in table

Today, we are going to learn how to add a column in a table using SQL (structured query language). The query you will learn here is ALTER TABLE table ADD COLUMN column INT(10). After the column name, you need to define its data type. You may define it according to your needs. If you store … Read more

Categories SQL Tags add column in sql, add column in table, add multiple columns in table, add single column in table Leave a comment

Best Hosting To Host Your Blog

© 2021 JaiSchool • Built with GeneratePress