Computer Science, asked by karan7745, 1 year ago

Which of the following can add a row to a table!
निम्न में से कौन एक टेबल में एक रों जोड़ सकता है?
Select one:
O A. ALTER
ALTER
O B.INSERT
INSERT
O C. UPDATE
UPDATE
O D. ADD
ADD​

Answers

Answered by Varalakshmi2317
2

Answer:

insert into option is used to add rows to the table

Answered by kavyapsynergy
0

The SQL INSERT add a row to a table

SQL INSERT

  • The SQL INSERT INTO Statement is used to add new data records into a database table. It is being used to insert one or more records into a database table.
  • We can use this command to insert values into all or a subset of a table's columns. We can add rows in an existing table as well while creating a new table.

Similar questions