Question

In: Computer Science

Think about a DATABASE PROJECT (BUSINESS PROBLEM) you want to do after school show me the...

Think about a DATABASE PROJECT (BUSINESS PROBLEM) you want to do after school

show me the attributes

create a three table for it and explain each table and what it mean.

Solutions

Expert Solution

Answer:

If we are doing Database Project based on School, we may require the below tables and attributes.

Database Name will be School.

Few Tables and attributes:

Department(deptID,deptName, Administrator) -> This table will hold the department details
Student(stuID,stuFName,stuLName,age,grade) -> This table will hold the Student details
Faculty(facID,facFName,facLName,Specialization) -> This table will hold the Faculty Details
Course(courseID,facID,deptID) ->This table will hold the Course details
Section(roomID,facID,courseID,stuID) -> This table will hold the Section details.

Creation of 3 tables:

Create table Department(deptID number,
deptName varchar2(20),
Administrator varchar2(20),
Primary key(deptID));

Create table Student(stuID number,
stuFName varchar2(20),
stuLName varchar2(20),
age number,
grade char(2),
Primary key(stuID));

create table Faculty(facID number,
facFName varchar2(20),
facLName varchar2(20),
specialization varchar2(20),
Primary key(facID));


The above mentioned tables and attributes are some important ones for the School Database.

Thanks and all the best. Let me know in case if you have any doubts.


Related Solutions

For the group project, you will be creating a database system to solve a business problem...
For the group project, you will be creating a database system to solve a business problem of your choice. The database system must meet the criteria shown below. In addition to the database solution, each student will prepare a system summary. Database System Requirements (Group Work): Create a database and name it ITCO630_GPx where "x" is your group letter. Populate your database with appropriate test data. Include all of the scripts in a single file called ITCO630_GPx.SQL where x is...
What do you think about the democratic deficit? What is it? is it a problem?
What do you think about the democratic deficit? What is it? is it a problem?
What do you think about adding a project buffer for the entire project, as critical chain...
What do you think about adding a project buffer for the entire project, as critical chain scheduling suggests? What are some ethical considerations when using slack and buffers?
TASK: As a transportation System Designer I want you to think about how do you mitigate...
TASK: As a transportation System Designer I want you to think about how do you mitigate transportation delays. Expected, Anticipated and Unanticipated? A ship having to wait a week or more to discharge could destroy profits and I need you to come up with a few great ideas, then bring them to the discussion forum. Objective: Figuring out the solution before the real problem saves money.
What do you think about the severity of the problem of the U.S. national debt –...
What do you think about the severity of the problem of the U.S. national debt – should we be concerned about it?
After reading about the art of the eighteenth century, how do you think it represents the...
After reading about the art of the eighteenth century, how do you think it represents the different social classes? Which style formed for the aristocracy? Which style formed for the middle class? What are the differences visually and otherwise? Do we have anything like class division in the arts today?
Project: Building a Relational Database Management System  This project is where you show off your...
Project: Building a Relational Database Management System  This project is where you show off your ability to (1) translate a business requirement into a database design, (2) design a database using one-to-many and many-to-many relationships, and (3) know when to use LEFT and/or RIGHT JOINs to build result sets for reporting. An organization grants key-card access to rooms based on groups that key-card holders belong to. You may assume that users below to only one group. Your job is...
You are about to close a project. What do you think worked well, or didn’t work...
You are about to close a project. What do you think worked well, or didn’t work well for this project
Do you think that business ethics is an oxymoron? Or do you think that ethics has...
Do you think that business ethics is an oxymoron? Or do you think that ethics has an important role in business? Whichever stance your take, briefly explain the statements “business ethics is an oxymoron” and “ethics has an important role in business”. And then come up with two examples to support one of the two statements. You may make reference to Friedman, Sen, Frank, etc., provide examples. Write in an essay format
What do you know about Facebook? Think about the company and try to decide what business...
What do you know about Facebook? Think about the company and try to decide what business they are in. How would you describe that? This is important since the company looking to acquire another company in our case is modeled in part after Facebook.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT