Can you add new columns to a database after creating the structure?

1 answer

Answer

1100771

2026-05-06 09:51

+ Follow

Columns are added to a table, not a database (which is a collection of tables). Adding a column to a table is achieved by using the Alter Table SQL command.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.