for a typical database a used to view enter maniplutare and search data
Answers
Answered by
6
Answer:
Database queries are usually constructed using SQL, or Structured Query Language. SQL is a standard computer language for accessing and manipulating a database. Even though SQL uses the term 'query' in its name, it can be used not only to query databases, but also to insert, update and delete data.
Similar questions