CS50sql
marceloxreis/CS50sql
Python
My CS50 SQL solutions and projects. Showcasing understanding of SQL fundamentals, relational database design, and data analysis using SQL. It covers topics including query construction (e.g., SELECT, JOIN, GROUP BY, subqueries), schema creation (CREATE TABLE, data types, constraints), data manipulation (INSERT, UPDATE, DEL), views, and indexes.