Download presentation
Presentation is loading. Please wait.
Published bySpencer Sanders Modified over 6 years ago
1
Learning about Database Systems Yahya Alhawsawi Hani Alqaffas CSCI 152
2
Project Goals Learning how to write a simple Database. And get an experience with Database in C++. Be able to write many functions in on program . And using different types of functions under different kinds of libraries in C++ .
3
example Our example about Students registration.
In this an example there are four main functions : 1- add. 2- delete. 3- update. 4- search.
4
In this program the user be able to use these functions to add new students, delete students, update students’ information ,and search for students’ information. Also printing all students. The job of add Function is adding : ID number, student’s name ,major ,phone number and GPA for each a new student. The job of search Function is searching about any student’s information or could be for many students who share same information .
5
For example , searching about students who have same GPA.
There are many ways to search about students. could be by ID number , name , major , phone number, or GPA.
6
References 1- DATABASE SYSTEMS
Author are Ramez Elmasir & Shamkant B. Navathe. 2- We have looked in some websites in Googel.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.