What is the format of entering data into a database while inserting data into it ?
Answers
Answered by
0
You can use SQL (Structured Query Language) to insert data. This is a common way of adding certain types of data across large systems, often within multiple environments. In fact, database developers often create SQL scripts that create a whole database, and insert data at the same time.
Similar questions
Math,
6 months ago