Skip to content

Performed basic analysis of dummy instagram application data using MySQL.

Notifications You must be signed in to change notification settings

dshreesr/basicSQLPart1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

About the Project :

In this project I have done basic analysis of dummy instagram application data using MySQL. The database has following tables :

  1. Users - details of the users like userid,name,account created date and time.
  2. likes - details of likes each photo has on the application - photo liked, who has liked it.
  3. photos - details of the photo posted like photo_id, user_id who posted it, when it was posted.
  4. tags - hashtags added to each photo.

Please have a look at projects file for details of the queries.

About

Performed basic analysis of dummy instagram application data using MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors