asked 77.2k views
4 votes
What are some ways to add a column in a table? Check all that apply.

asked
User Sherpa
by
8.2k points

1 Answer

7 votes

In SQL you can add column in this way ;

Alter table_Name

Add column_name datatype ;

answered
User Abhishek Dujari
by
8.3k points

No related questions found