write the steps of inserting a column in a table
siddhartharao77:
Is the question related to database or Ms office?
Answers
Answered by
103
step 1:select a column.
step 2:right click on it.
step 3:go to "insert" option.
step 4:click the "insert column to right/left"
step 5:column appears.
step 2:right click on it.
step 3:go to "insert" option.
step 4:click the "insert column to right/left"
step 5:column appears.
Answered by
14
If it is in database :
insert into table name values(value1,value2);
insert into table name values(value1,value2);
Similar questions