SlideShare a Scribd company logo
1 of 20
BY: TEAM 7
Chintan Koticha(001267049)
Payal Dodeja (001224158)
Siddhant Chandiwal (001286480)
The Internet Movie Database(IMDB) is an online database of information related to
movies,TV shows,celebrities,genre,reviews,etc.The IMDB website enables registered users to
rate different movies,TVshows and actors on a scale of 1 to 10. It also enables users to search
different movies or TV shows of different genres on a single platform.
Prime focus of this project is to provide a generic functional database
of IMDB to access entertainment industry websites online.
For this purpose, we have gathered data from IMDB website and
have performed different SQL queries keeping in mind the user’s
perspective and expectations.
ADDRESS(AddressId,StreetLine,ZipCode,CityID)
AWARDCATEGORY(AwardId,AwardName,AwardTypeId)
AWARDTYPE(AwardTypeId,AwardTypeName,Date,Description,Location)
BOXOFFICE(BoxOfficeID, Budget,OpeningWeekend,Grossincome,MovieId)
CELEBRITY(CelebrityId ,CelebrityName,DateOfBirth,PlaceOfBirth,ShortBiograpgy,Gender)
CHANNEL(ChannelId,ChannelName)
COMPANYCREDITS(CompanyCreditId,ProductionCompany,MovieID)
DIRECTORS(DirectorID, DirectorName,ShortBiography,DateOfBirth,PlaceOfBirth)
EPISODE(EpisodeID, EpisodeNumber,EpisodeName,Description,SeasonID)
GENRE(GenreID, GenreName)
MOVIE(MovieID,MovieName,MovieShortDescription,ReleaseDate,MovieDuration,TelevisionContentRatingSystem,W
atchTrailerURL,
MovieRating,MovieTotalVotes,ReviewID)
POLL(PollID,PollName,PollDescription,URL,FeaturedPoll,HOtlyContestedPoll,PollType,ThumbnailImage,DirectorId,
CelebrityID,
TvShowID,MovieID,UserID)
USERACCOUNT(UserID,FirstName,LastName,Email,Password,CityID)
Predicting Movie Rating and its Votes
Total Income Generated from Movies from each State and
each Country
Function to find most Networked Celebrity
Avg income of movies on the basis of genre
Total Income Generated from Movies from
each State and each Country
TV Show on Tonight
List of all Tables generated in Hive
The model depicts gross collection and rating of the upcoming movies and the basis of popularity of
celebrity, director and previous movie reviews.
 TRANSACTION CONTROL: A transaction can be defined as a group of operations or tasks that should be treated
as a single unit. MS SQL Server will execute and commit each command/task individually, and it will be difficult or
impossible to roll back changes if any errors are encountered along the way. To properly group statements, the
“BEGIN TRANSACTION” command is used to declare the beginning of a transaction, and either a COMMIT
statement is used at the end. In Oracle, each new database connection is treated as new transaction. As queries are
executed and commands are issued, changes are made only in memory and nothing is committed until an explicit
COMMIT statement is given.
 ORGANIZATION OF DATABASES: MS SQL Server organizes all objects, such as tables, views, and procedures, by
database names. Users are assigned to a login which is granted accesses to the specific database and its objects
whereas in ORACLE, all the database objects are grouped by schemas, which are a subset collection of database
objects and all the database objects are shared among all schemas and users.
 REVERSE ENGG OF DATABASE: Tools like TOAD are used to reverse engineer a database in ORACLE while
MSSQL has an inbuilt functionality for the same.
 WORKING WITH TRIGGERS: MS SQL has a set based approach. Rows that are affected by a data modification
(insert, update, delete) are stored in the inserted and deleted tables. In Oracle there are before and after triggers
and a trigger can be defined to be executed per row or per statement. Oracle disallows access to other rows of the
table as conceptually, the per row trigger is fired during the table modification for each row when the row is in the
process of being modified.
 WORKING WITH BLOB: ORACLE stores image URL’s as datatype BLOB and while retrieving it represents as
(BLOB) whereas MSSQL datatype VARBINARY(MAX) and while retrieving data it represents as a set of binary
characters.
 SYNTACTICAL DIFFERENCES BETWEEN THE 2.
 Created and design IMDB database by checking the current version of imdb.com and built an ER
model with respect to it
 Translated the ER model to normalized tables
 Populated the real time data, analysed and extracted raw data from the imdb website
 After incorporation of data in the databases (MsSQL, Oracle, Hive), the next step was to design an
analysis model like estimating the gross collection of the movie on the basis of previous movie
rating, celebrities, etc.
 Analysed few general user questions on Tableau Software which provided Amazing Data
Visualization and helps in faster data interpretation
 The applications of the model are many and are not limited to the above sample only.
Final PPT Imdb (1)

More Related Content

What's hot

Database and Java Database Connectivity
Database and Java Database ConnectivityDatabase and Java Database Connectivity
Database and Java Database ConnectivityGary Yeh
 
Entity Framework Database and Code First
Entity Framework Database and Code FirstEntity Framework Database and Code First
Entity Framework Database and Code FirstJames Johnson
 
Entity framework introduction sesion-1
Entity framework introduction   sesion-1Entity framework introduction   sesion-1
Entity framework introduction sesion-1Usama Nada
 
An intoduction to sql and its components
An intoduction to sql and its componentsAn intoduction to sql and its components
An intoduction to sql and its componentsMonika Jain DAIMSR
 
Chapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerChapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerNgeam Soly
 
Entity framework code first
Entity framework code firstEntity framework code first
Entity framework code firstConfiz
 
Java database connectivity
Java database connectivityJava database connectivity
Java database connectivityVaishali Modi
 
Java DataBase Connectivity API (JDBC API)
Java DataBase Connectivity API (JDBC API)Java DataBase Connectivity API (JDBC API)
Java DataBase Connectivity API (JDBC API)Luzan Baral
 

What's hot (11)

Database and Java Database Connectivity
Database and Java Database ConnectivityDatabase and Java Database Connectivity
Database and Java Database Connectivity
 
Assignment#10
Assignment#10Assignment#10
Assignment#10
 
Entity Framework Database and Code First
Entity Framework Database and Code FirstEntity Framework Database and Code First
Entity Framework Database and Code First
 
Entity framework introduction sesion-1
Entity framework introduction   sesion-1Entity framework introduction   sesion-1
Entity framework introduction sesion-1
 
java Jdbc
java Jdbc java Jdbc
java Jdbc
 
An intoduction to sql and its components
An intoduction to sql and its componentsAn intoduction to sql and its components
An intoduction to sql and its components
 
Chapter 2: Ms SQL Server
Chapter 2: Ms SQL ServerChapter 2: Ms SQL Server
Chapter 2: Ms SQL Server
 
Entity framework code first
Entity framework code firstEntity framework code first
Entity framework code first
 
Java database connectivity
Java database connectivityJava database connectivity
Java database connectivity
 
Java DataBase Connectivity API (JDBC API)
Java DataBase Connectivity API (JDBC API)Java DataBase Connectivity API (JDBC API)
Java DataBase Connectivity API (JDBC API)
 
Ms sql-server
Ms sql-serverMs sql-server
Ms sql-server
 

Viewers also liked

Smart Emission Control System
Smart Emission Control SystemSmart Emission Control System
Smart Emission Control Systempayal_dodeja
 
LDAP at Lightning Speed
 LDAP at Lightning Speed LDAP at Lightning Speed
LDAP at Lightning SpeedC4Media
 
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)Ontico
 
Cola drinks bad effects
Cola drinks bad effectsCola drinks bad effects
Cola drinks bad effectsMohit Singla
 
The Alibaba Group Explained
The Alibaba Group ExplainedThe Alibaba Group Explained
The Alibaba Group ExplainedRanjan Roy
 
Marketing Presentation on Coca Cola
Marketing Presentation on Coca Cola Marketing Presentation on Coca Cola
Marketing Presentation on Coca Cola Siddhartha Kamat
 
Coca cola Presentaion
Coca cola PresentaionCoca cola Presentaion
Coca cola Presentaion2AM
 
Communication body language
Communication   body languageCommunication   body language
Communication body languageSeta Wicaksana
 

Viewers also liked (15)

Smart Emission Control System
Smart Emission Control SystemSmart Emission Control System
Smart Emission Control System
 
LDAP at Lightning Speed
 LDAP at Lightning Speed LDAP at Lightning Speed
LDAP at Lightning Speed
 
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)
Движок LMDB — особенный чемпион / Юрьев Леонид (Петер-Сервис R&D)
 
Boxing Powerpoint
Boxing PowerpointBoxing Powerpoint
Boxing Powerpoint
 
Cola drinks bad effects
Cola drinks bad effectsCola drinks bad effects
Cola drinks bad effects
 
Netflix
Netflix Netflix
Netflix
 
Doping ppt final
Doping ppt finalDoping ppt final
Doping ppt final
 
Monopoly ppt
Monopoly pptMonopoly ppt
Monopoly ppt
 
alibaba-ppt
 alibaba-ppt alibaba-ppt
alibaba-ppt
 
The Alibaba Group Explained
The Alibaba Group ExplainedThe Alibaba Group Explained
The Alibaba Group Explained
 
Body Language Presentation
Body Language PresentationBody Language Presentation
Body Language Presentation
 
Marketing Presentation on Coca Cola
Marketing Presentation on Coca Cola Marketing Presentation on Coca Cola
Marketing Presentation on Coca Cola
 
Coca cola Presentaion
Coca cola PresentaionCoca cola Presentaion
Coca cola Presentaion
 
Communication body language
Communication   body languageCommunication   body language
Communication body language
 
Body language ppt
Body language pptBody language ppt
Body language ppt
 

Similar to Final PPT Imdb (1)

Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentationkaashiv1
 
Oracle vs. MS SQL Server
Oracle vs. MS SQL ServerOracle vs. MS SQL Server
Oracle vs. MS SQL ServerTeresa Rothaar
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12kaashiv1
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12kaashiv1
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Presentation sql server to oracle a database migration roadmap
Presentation    sql server to oracle a database migration roadmapPresentation    sql server to oracle a database migration roadmap
Presentation sql server to oracle a database migration roadmapxKinAnx
 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Databasepuja_dhar
 
Oracle DBA Tutorial for Beginners -Oracle training institute in bangalore
Oracle DBA Tutorial for Beginners -Oracle training institute in bangaloreOracle DBA Tutorial for Beginners -Oracle training institute in bangalore
Oracle DBA Tutorial for Beginners -Oracle training institute in bangaloreTIB Academy
 
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloud
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloudKoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloud
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloudTobias Koprowski
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10kaashiv1
 
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...Embarcadero Technologies
 
Sql interview question part 5
Sql interview question part 5Sql interview question part 5
Sql interview question part 5kaashiv1
 

Similar to Final PPT Imdb (1) (20)

Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentation
 
Oracle vs. MS SQL Server
Oracle vs. MS SQL ServerOracle vs. MS SQL Server
Oracle vs. MS SQL Server
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12
 
Ebook12
Ebook12Ebook12
Ebook12
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Presentation sql server to oracle a database migration roadmap
Presentation    sql server to oracle a database migration roadmapPresentation    sql server to oracle a database migration roadmap
Presentation sql server to oracle a database migration roadmap
 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Database
 
Oracle's history
Oracle's historyOracle's history
Oracle's history
 
Oracle DBA Tutorial for Beginners -Oracle training institute in bangalore
Oracle DBA Tutorial for Beginners -Oracle training institute in bangaloreOracle DBA Tutorial for Beginners -Oracle training institute in bangalore
Oracle DBA Tutorial for Beginners -Oracle training institute in bangalore
 
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloud
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloudKoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloud
KoprowskiT_SQLSat230_Rheinland_SQLAzure-fromPlantoBackuptoCloud
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10
 
Ebook10
Ebook10Ebook10
Ebook10
 
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...
DB Optimizer Datasheet - Automated SQL Profiling & Tuning for Optimized Perfo...
 
Ebook5
Ebook5Ebook5
Ebook5
 
Sql interview question part 5
Sql interview question part 5Sql interview question part 5
Sql interview question part 5
 

Final PPT Imdb (1)

  • 1. BY: TEAM 7 Chintan Koticha(001267049) Payal Dodeja (001224158) Siddhant Chandiwal (001286480)
  • 2. The Internet Movie Database(IMDB) is an online database of information related to movies,TV shows,celebrities,genre,reviews,etc.The IMDB website enables registered users to rate different movies,TVshows and actors on a scale of 1 to 10. It also enables users to search different movies or TV shows of different genres on a single platform.
  • 3. Prime focus of this project is to provide a generic functional database of IMDB to access entertainment industry websites online. For this purpose, we have gathered data from IMDB website and have performed different SQL queries keeping in mind the user’s perspective and expectations.
  • 4. ADDRESS(AddressId,StreetLine,ZipCode,CityID) AWARDCATEGORY(AwardId,AwardName,AwardTypeId) AWARDTYPE(AwardTypeId,AwardTypeName,Date,Description,Location) BOXOFFICE(BoxOfficeID, Budget,OpeningWeekend,Grossincome,MovieId) CELEBRITY(CelebrityId ,CelebrityName,DateOfBirth,PlaceOfBirth,ShortBiograpgy,Gender) CHANNEL(ChannelId,ChannelName) COMPANYCREDITS(CompanyCreditId,ProductionCompany,MovieID) DIRECTORS(DirectorID, DirectorName,ShortBiography,DateOfBirth,PlaceOfBirth) EPISODE(EpisodeID, EpisodeNumber,EpisodeName,Description,SeasonID) GENRE(GenreID, GenreName) MOVIE(MovieID,MovieName,MovieShortDescription,ReleaseDate,MovieDuration,TelevisionContentRatingSystem,W atchTrailerURL, MovieRating,MovieTotalVotes,ReviewID) POLL(PollID,PollName,PollDescription,URL,FeaturedPoll,HOtlyContestedPoll,PollType,ThumbnailImage,DirectorId, CelebrityID, TvShowID,MovieID,UserID) USERACCOUNT(UserID,FirstName,LastName,Email,Password,CityID)
  • 5. Predicting Movie Rating and its Votes
  • 6. Total Income Generated from Movies from each State and each Country
  • 7. Function to find most Networked Celebrity
  • 8. Avg income of movies on the basis of genre
  • 9. Total Income Generated from Movies from each State and each Country
  • 10. TV Show on Tonight
  • 11. List of all Tables generated in Hive
  • 12.
  • 13.
  • 14.
  • 15.
  • 16. The model depicts gross collection and rating of the upcoming movies and the basis of popularity of celebrity, director and previous movie reviews.
  • 17.
  • 18.  TRANSACTION CONTROL: A transaction can be defined as a group of operations or tasks that should be treated as a single unit. MS SQL Server will execute and commit each command/task individually, and it will be difficult or impossible to roll back changes if any errors are encountered along the way. To properly group statements, the “BEGIN TRANSACTION” command is used to declare the beginning of a transaction, and either a COMMIT statement is used at the end. In Oracle, each new database connection is treated as new transaction. As queries are executed and commands are issued, changes are made only in memory and nothing is committed until an explicit COMMIT statement is given.  ORGANIZATION OF DATABASES: MS SQL Server organizes all objects, such as tables, views, and procedures, by database names. Users are assigned to a login which is granted accesses to the specific database and its objects whereas in ORACLE, all the database objects are grouped by schemas, which are a subset collection of database objects and all the database objects are shared among all schemas and users.  REVERSE ENGG OF DATABASE: Tools like TOAD are used to reverse engineer a database in ORACLE while MSSQL has an inbuilt functionality for the same.  WORKING WITH TRIGGERS: MS SQL has a set based approach. Rows that are affected by a data modification (insert, update, delete) are stored in the inserted and deleted tables. In Oracle there are before and after triggers and a trigger can be defined to be executed per row or per statement. Oracle disallows access to other rows of the table as conceptually, the per row trigger is fired during the table modification for each row when the row is in the process of being modified.  WORKING WITH BLOB: ORACLE stores image URL’s as datatype BLOB and while retrieving it represents as (BLOB) whereas MSSQL datatype VARBINARY(MAX) and while retrieving data it represents as a set of binary characters.  SYNTACTICAL DIFFERENCES BETWEEN THE 2.
  • 19.  Created and design IMDB database by checking the current version of imdb.com and built an ER model with respect to it  Translated the ER model to normalized tables  Populated the real time data, analysed and extracted raw data from the imdb website  After incorporation of data in the databases (MsSQL, Oracle, Hive), the next step was to design an analysis model like estimating the gross collection of the movie on the basis of previous movie rating, celebrities, etc.  Analysed few general user questions on Tableau Software which provided Amazing Data Visualization and helps in faster data interpretation  The applications of the model are many and are not limited to the above sample only.