Question

In: Computer Science

Describe a simple database of your choice or design, along with the table/s representing the data,...

  1. Describe a simple database of your choice or design, along with the table/s representing the data, and illustrate the Insertion Anomaly through the real data or records there. Your database should be different from those already covered in the lectures or practicals.

Solutions

Expert Solution

Database:- Databse is collection of data that store and manage the data in the form of tables. This data can be accessed easily from the database when required. Data base such as MySql, Oracle used as back-end to the web application or web sites. the data in the database can be easily acceseed using commands or writing queries., Data in the database tables can be edit , delete,update and insert easily.

Here , we discuss about "Student_Registration_Database".

In Student_Registration_Database number of tables are used to store the data of students such as Personel details of student,Documents of students,Fees,Registration detailsand Bio-metrics details. So, to store the data of students tables are required where all different data will be added and managed in database.

Tables that we need to create are:

1.) Personal_Detail_table

2.) Documents_Table

3.) Fees_table

4.) Registration_Table

5.) BioMetrics_Table

Command to create Database:- Create databse Database_Name;

example: Create databse Student_Registration;

Commands used to create table:- Create table tablename(ColumnName datatype(),Columnname2 datatype2());

example: Create table Personal_Detail (Student name varchar(50), StudenID int);

Command used to insert data into table:- Insert into table_name(Column1,column2)values (value1,value2);

example: Insert into Personal_Detail (Student name,StudentID) values('John','1001');

Design:-

Personel_Detail_Table
Name
Fname
Address
E-mail
StudentID
Gender
Document_Table
10th
12th
Bechlor
Masters
StudentID
Fees_Table
Student Name
Fname
Student_ID
Fee Payment
Registration_Table
Student Name
Fname
StudentID
Registration Number
Fees Payed
Biometrics_Table
Yes
No

Related Solutions

Design and implement a relational database application of your choice using MS Workbench on MySQL a)...
Design and implement a relational database application of your choice using MS Workbench on MySQL a) Declare two relations (tables) using the SQL DDL. To each relation name, add the last 4 digits of your Student-ID. Each relation (table) should have at least 4 attributes. Insert data to both relations (tables); (15%) b) Based on your expected use of the database, choose some of the attributes of each relation as your primary keys (indexes). To each Primary Key name, add...
Design a simple database to track people and who they voted for. The database should have...
Design a simple database to track people and who they voted for. The database should have 3 tables: A table of candidates A table of registered voters A table of votes The candidate table should provide a listing of all candidates and information about the candidates. The registered voter table should hold all registered voters and any pertinent information about them The vote table should hold vote records for each candidate made by the voters Requirements: The system should not...
Database design is the process of producing a detailed data model of database. This data model...
Database design is the process of producing a detailed data model of database. This data model contains all the needed logical and physical design choices and physical storage parameters needed to generate a design in a data definition language, which can then be used to create a database. (Wikipedia). Using a diagram/chart software, elaborate a database design Requirements: Define your database objective Explain your database's type of table relationship Explain and design your database elements and datatypes (tables, fields, etc,)....
1a. Construct (draw) an E-R diagram representing the conceptual design of the database. Be sure to...
1a. Construct (draw) an E-R diagram representing the conceptual design of the database. Be sure to identify primary keys, relationship cardinalities, etc. State any assumptions you make. 1b. Convert your E-R diagram to the relational schema. Identify the primary keys of ever relation. Consider the following application: An electronics vendor operates both a Web site and a chain of many physical stores. Examples include Best Buy and Circuit City. To find out more about this application, think about any experiences...
For an application of your choice, describe the problem you aim to solve, design the necessary...
For an application of your choice, describe the problem you aim to solve, design the necessary classes, and implement your design using Java. Your programs should contain at least two classes, and a driver class in which you demonstrate the functionality of your application. You are required to submit the following documents at the completion of your project in Module 8: Documentation of the project, containing the algorithm, produced in pseudocode or flowchart, as well as the UML diagram representing...
You are asked to design a relational database for a simple course registration software application for...
You are asked to design a relational database for a simple course registration software application for your school. The relational database must have the following information about the student, the course, and the registration, respectively StudentID, FirstName, LastName, DataOfJoining, and Major CourseNumber, CourseName,InstructorName, StartDate, EndDate, NumberOfCredits ReferenceID, StudentID,CourseID, DateOfRegistration Apply the following constrains while designing the database Each student in the database must be uniquely identifiable Each course listed in the database must be have unique CourseNumber Each course registration...
Using the scientific method, design your own simple psychological research study and describe it. In your...
Using the scientific method, design your own simple psychological research study and describe it. In your description, please identify: 1. What is your theory? What is your hypothesis?  Make sure your theory/hypothesis relates to psychology and involves human participants. 2. What kind of sample will you use? Why? How will you recruit them? 3. Which research design you’ll be using to test your hypothesis (experimental or correlational)? Why did you choose this design? 4. How you will split your participants into...
Explain the differences between data, Information, and a database. Describe the purpose of a database in...
Explain the differences between data, Information, and a database. Describe the purpose of a database in health care and provide an example of one utilized locally, statewide, and nationally.
Data Modeling and Database Design (Database Concepts, Eighth Edition) The relational model is the most important...
Data Modeling and Database Design (Database Concepts, Eighth Edition) The relational model is the most important standard in database processing today. Why do you feel that this model has continued to be successful in the world of IT? What would happen if large corporations decided to reject this theory, and store their data using a non-relational model? Are there any success stories where this has happened?
3. (15 marks) a. Design a simple normalized Library database for tracking “customers reserve books” with...
3. a. Design a simple normalized Library database for tracking “customers reserve books” with not more than 3 tables and answer the following questions about your database. b. Discuss how your database is in third normal form using functional dependencies (FDs). c. Create an instance of your database. d. Provide one external level view query in English on your database.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT