Computer Science, asked by 1sipun1231, 1 year ago

write the steps of inserting a column in a table


siddhartharao77: Is the question related to database or Ms office?
1sipun1231: yes
1sipun1231: and thanks

Answers

Answered by diwyesh
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.
Answered by siddhartharao77
14
If it is in database :

insert into table name values(value1,value2);
Similar questions