https://github.com/cr2007/f27wd-cw2
Coursework 2 - Databases
https://github.com/cr2007/f27wd-cw2
computer-science database f27wd php sql web-design-and-databases
Last synced: about 2 months ago
JSON representation
Coursework 2 - Databases
- Host: GitHub
- URL: https://github.com/cr2007/f27wd-cw2
- Owner: cr2007
- License: mit
- Created: 2021-07-30T07:05:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T17:52:01.000Z (over 4 years ago)
- Last Synced: 2025-01-21T16:24:34.956Z (over 1 year ago)
- Topics: computer-science, database, f27wd, php, sql, web-design-and-databases
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# F27WD-CW2
## Course: Web Design and Databases ([F27WD](https://www.hw.ac.uk/documents/pams/202021/F27WD_202021.pdf))
### Coursework 2 - Databases
Group Coursework in Year 1 of BSc. Computer Science
For this coursework, our group was assigned to create a database for a travel advisor website.
Our assignment was split into 3 tasks:
1. Designing the Database - Creating various tables that store the data that is needed, and then populated with a range of instances
2. Querying the Databases - Writing SQL Queries to retrieve the data from the database
3. Querying through PHP - Using PHP, the users will easily be able to access the data from some of the queries via a web interface
Team Members:
- [Aryan Bardhan](https://github.com/aryB003)
- [Chandrashekhar R](https://github.com/cr2007)
- [Nemr Aslam](https://github.com/Nimmbo02)
- [Noureldine Adib](https://github.com/NourAdib)
- [Rohan Samuel](https://github.com/Reptron)