Computer Science, asked by shariffmanaa, 7 months ago

What allows you to select the values from another table or from the list of values

Answers

Answered by Anonymous
2

Answer:

SQL INSERT statement – copy table data. Instead of specifying a list of values, you can use a SELECT statement to select values from another table and supply them to the INSERT statement. This allows you to copy data from a table to another table.

Answered by MehjabinBTS
2

Answer:

SQL INSERT statement – copy table data. Instead of specifying a list of values, you can use a SELECT statement to select values from another table and supply them to the INSERT statement. This allows you to copy data from a table to another table.

Similar questions