natyrrr / fraudulent_charges_SQL

Using SQL to identify fraudulent credit card transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDENTIFYING SUSPICIOUS ACTIVITY USING SQL.

Fraud is everywhere these days—whether you are a small taco shop or a large international business. While there are emerging technologies that employ machine learning and artificial intelligence to detect fraud, many instances of fraud detection still require strong data analytics to find abnormal charges. I will apply SQL skills to analyze historical credit card transactions and consumption patterns in order to identify possible fraudulent transactions.

I will accomplish three main tasks:

Data Modeling: Define a database model to store the credit card transactions data and create a new PostgreSQL database using your model.

(Test Image 1)

Data Engineering: Create a database schema on PostgreSQL and populate your database from the CSV files provided.

Data Analysis: Analyze the data to identify possible fraudulent transactions.

About

Using SQL to identify fraudulent credit card transactions.


Languages

Language:Jupyter Notebook 99.9%Language:TSQL 0.1%