2- What values must be inserted in Insert table dialog box to create a table ?
Answers
Answered by
5
Answer:
The INSERT INTO SELECT statement copies data from one table and inserts it into another table.
INSERT INTO SELECT requires that data types in source and target tables match.
The existing records in the target table are unaffected.
Explanation:
Mark me as brainliest✨
Answered by
2
Answer:
mark me as brainliest answer and thanks me for the reply
Explanation:
The INSERT INTO SELECT statement copies data from one table and inserts it into another table. INSERT INTO SELECT requires that data types in source and target tables match.
Similar questions