๐๏ธ SQL Database Project
๐๏ธ SQL Database Project
During my Data Technician Bootcamp, SQL has helped me develop a stronger understanding of how data is stored, organised and analysed within relational databases. ๐ป
๐ I practised creating tables, using primary and foreign keys, inserting data and writing SQL queries to retrieve and work with information.
๐ This project strengthened my understanding of database relationships, data organisation and data analysis, giving me practical experience in working with structured data and supporting data-driven decision-making. ๐
This project helped me understand how SQL can combine data from multiple tables. ๐ป I used a CROSS JOIN to combine the Customer and Orders tables, creating a result that pairs each customer with every available order.
๐ This strengthened my understanding of SQL queries, relational data and table relationships, while showing how SQL can be used to bring information together for further analysis. ๐
This project helped me develop practical SQL database skills by creating a sales table and inserting structured sales data. ๐ป The dataset included product names, prices, quantities, invoice months and cities, allowing me to practise working with business dataย
๐จ I used SQL to create tables, define data types and insert multiple records into a database.ย
๐ Core skills learnt:
Creating SQL tables
Inserting records
Working with data types
Handling product and sales data
Organising structured data
Preparing data for analysis
Understanding how databases store business information
๐ก Key focus: Building a strong foundation in SQL and learning how sales data can be stored, queried and analysed to produce useful business insights. ๐