Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omid2831/crud_php
https://github.com/omid2831/crud_php
mysql mysql-database php sql
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omid2831/crud_php
- Owner: Omid2831
- Created: 2024-11-13T14:35:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-23T14:58:31.000Z (30 days ago)
- Last Synced: 2024-11-23T15:32:31.599Z (30 days ago)
- Topics: mysql, mysql-database, php, sql
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rollercoaster of EU Database Project
--
Version: 1.0.0.0
Date: 13-11-2024
Author: OmidMhrThis project establishes a MySQL database to store and manage roller coaster information across Europe. It consists of three key steps:
--Step 1: Database Creation
-
Aim: Set up the foundational database, named rollercoaster-2408c.Description: This step creates the database where all roller coaster records will be stored, ensuring a unique and organized data structure.
--
Step 2: Table Setup
-
Aim: Define the table structure to hold detailed roller coaster data.Description: The table RollercoasterOfEu is created with fields for each roller coaster’s name, park, country, top speed, height, status, and timestamps.
--
Step 3: Data Insertion
-
Aim: Populate the table with initial data.Description: Adds a sample entry for "Red Force" in Spain, demonstrating how roller coaster records are structured within the database.
--
Each step builds upon the last, laying the groundwork for effective CRUD operations (Create, Read, Update, Delete) within the rollercoaster-2408c database.