Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simoun-asmar/meta-database-queries
- Owner: simoun-asmar
- Created: 2024-10-19T16:36:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:15:59.000Z (4 months ago)
- Last Synced: 2024-10-25T20:17:21.000Z (3 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.