which of the following can add a row to a table?
a. Alter
b.add
c. create
d.insert
Answers
Answered by
0
Answer:
The required correct option is (d) insert
Explanation:
To add new data records to a database table, use the SQL INSERT INTO Statement. One or more records are being added to a database table using it.
Insert Columns:
1. Select any cell within the column, then go to Home > Insert > Insert Sheet Columns
2. Alternatively, right-click the top of the column, and then select Insert.
Insert Row:
1. Select any cell within the row, then go to Home > Insert > Insert Sheet Rows
2. Alternatively, right-click the row number, and then select Insert.
Therefore, Option (d) insert can add a row to a table.
#SPJ3
Similar questions