udayrajsawhney / MovieBase

Php and Mysql based web application built using IMDB Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Database

A php backend server and mysql database based web application.

đź”— IMDB Database

Relational database management system

A relational database management system (RDBMS) is a program that allows you to create, update, and administer a relational database. Most relational database management systems use the SQL language to access the database.

SQL (Structured Query Language) is a programming language used to communicate with data stored in a relational database management system. SQL syntax is similar to the English language, which makes it relatively easy to write, read, and interpret.

Many RDBMSs use SQL (and variations of SQL) to access the data in tables. For example, SQLite is a relational database management system. SQLite contains a minimal set of SQL commands (which are the same across all RDBMSs). Other RDBMSs may use other variants.

Screenshots

About

Php and Mysql based web application built using IMDB Database


Languages

Language:PHP 97.8%Language:Python 2.2%