Giter VIP home page Giter VIP logo

databaseii_phase2's Introduction

DB2

DB2 project

Created by Jason Downing and Chris Pearce

How to run

The ddl folder contains all the CREATE TABLE statements. There are separate files for each CREATE TABLE statement, and a "create.sql" file which contains all of the CREATE TABLE statements in one file, and in the correct order to run them. Using phpMyAdmin from the XAMPP program, you can copy / paste this file to create the tables for the database that we dumped in the "bookdb_dump.sql" file.

The dml folder contains all the INSERT INTO statements. Similar to ddl folder, we have separate files for each INSERT INTO statement, and a "insert.sql" file which contains all of the INSERT INTO statements, and in the correct order to run them. You can also use phpMyAdmin to run all of these INSERT INTO statements, and populate the bookdb database with data.

The sql folder contains our database, which we have dumped from phpMyAdmin into a file called "bookdb_dump.sql".

We also have php code in the php folder, and an index.html file in the main directory which contains our user interface.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.