English, asked by nareshbhumisai, 3 months ago

Create a database for collecting and maintaining census data. Using queries display the

data of people living in a specific area.

Hint : Create fields for fields such as First Name, Last Name, DOB, Place of birth, Employment

Status, etc..

Answers

Answered by mrigankapodder5
1

Answer:

SQL is an international standard (ISO), but you will find many differences between implementations. This guide uses MySQL as an example. If you use one of the many other Relational Database Managers (DBMS) you’ll need to check the manual for that DBMS if needed.

Similar questions