Design a database to maintain information about school


Design a database to maintain information about school staff and students satisfying following properties:

1. Staff will be having their id, name and classes they are teaching
2. Student will be having name, roll no, section, class
3. Another table containing section, subject and teacher information
4. Next will be containing fee information for students
5. One contains salary information for teachers

REQUIREMENTS:

  • Develop an E-R diagram for the school management database.
  • The relation schemas for the school management database.
  • SQL statements for creating all tables in your ERD.
  • Each table should have a minimum of three rows.
  • SQL queries to test your database.
  • Find all students name and roll number.
  • Find all instructors in Comp. Sci. dept with salary > 80000.

IMPLIMENTATION:

  • Use MS-Access to create your database.

DELIVERABLES:

  • A file contains E-R diagram and the schemas.
  • A file contains all SQL statements of creating tables, insert data.
  • A file contains SQL queries.
  • using 2007 MS access or 2013 MS access

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Design a database to maintain information about school
Reference No:- TGS0979984

Expected delivery within 24 Hours