CREATE DATABASE Ig
CREATE DATABASE Ig
Task 1 - Identify the five oldest users on Instagram from the provided database.
FIG.1
FIG.2
Task 3 - Determine the winner of the contest and provide their detail to the team.
RESULT :- The day of the week when most users register on Instagram.
B) Investor Metrics
Task 1 -Calculate the average number of posts per user on Instagram. Also,
provide the total number of photos on Instagram divided by the total number of
users.
Approach
o I understand the structure of the provided database including tables
for users, posts, photos, hashtags and likes.
o Done the marketing task through SQL queries. Like royale users,
inactive users, popular hashtags and more like.
o Used SQL queries for each marketing task joins, aggregations, and
group by techniques.
o Successfully executed the queries and analyzed the results extract
the necessary information like usernames, created dates, photo
likes, hashtag counts.
o Extract the data to identify loyal users, inactive users, contest
winners, popular hashtags, and the most frequent day of user
registration.
Tech-Stack Used
I used MySQL Community Server version 8.4.0 with DB gate software.
I prefer DB gate because for me this is user friendly interface like a
creating a tables, write and execute the SQL queries.
Insights:
By identifying loyal users, we can create targeted reward programs
to increase user retention.
Target the inactive users with promotional emails.
Understanding popular hashtags allows for better content creation.
Knowing the most popular day for user registration helps schedule
an ad campaigns for more useful impact.
Who is inactive user send the promotional messages, emails for
rejoin the Instagram.
Results:
This project successfully demonstrated the SQL in extracting valuable
marketing data from an Instagram database. The extracted data can be
used for marketing team to make decisions regarding user engagement,
contest management, content strategy, and ad campaign.