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?
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?
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
do you think it will be easier to advance in nursing school and practice with a...
do you think it will be easier to advance in nursing school and practice with a growth mindset, fixed mindset or a little of both? And why?
Project Definition - Describe the type of problem you wish to address with a database: Let's...
Project Definition - Describe the type of problem you wish to address with a database: Let's say, an online video game or movie rental system. A. Describe the concern or problem you will try to address with a small database B. Provide examples of the current (possibly hypothetical) approach - include actual or mock-ups of relevant forms, reports, lists, etc. C. Discuss how your approach should eliminate Delete/Update/Insert problems and help manage this issue in the future. Any help will...
what are the strengths and the weaknesses do you think about project cost forecasting? write your...
what are the strengths and the weaknesses do you think about project cost forecasting? write your answer in 200 words .
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT