Computer Science, asked by arnab67621, 10 months ago

What is the format of entering data into a database while inserting data into it ?

Answers

Answered by laxmipriyaojha2002
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