Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simoun-asmar/meta-database-queries

SQL queries for cleaning and analyzing the Meta Database
https://github.com/simoun-asmar/meta-database-queries

Last synced: 17 days ago
JSON representation

SQL queries for cleaning and analyzing the Meta Database

Awesome Lists containing this project

README

        

## Meta Database Connection

This repository contains SQL queries for cleaning and analyzing the Meta Database. Connect to the PostgreSQL database using the following URL:

postgresql://Student2:[email protected]/Meta?sslmode=require

## Files

- **meta_data_cleaning_queries.sql**:
This analysis focuses on data cleaning by standardizing sector names and countries. After cleaning, key metrics like average revenue by sector, marketing spend by country, and customer penetration are analyzed. It also reviews data freshness for long-term clients and tracks year-over-year customer penetration for key clients.
- **meta_analysis_queries.sql**: The analysis addresses financial performance, customer data quality, and employee engagement. It helps management compare customer segments, monitor sales team performance, and ensure client information is up to date.

## Running the Queries

Once connected to the Meta Database, you can run the queries provided in these files.