Fatima Siddiqui

Data Development
This section contains the projects I have undertaken to design databases. I have also included the work I have undertaken in expanding my SQL skills.

01
The project was aimed to develop an interface of a database driver that is in charge of sending and receiving packets to and from server through TCP/IP protocols.
https://github.com/blipblopblop/Relational-Database-Driver-Design
02
Architected the schema and related tables, and attributes of the database used in 01.
*Note certain imported libraries and files have been removed from the code.
https://github.com/blipblopblop/Relational-Database-DataTables


03
Creating a database connection to an instance of IBM Db2 on Cloud. Uploading the .csv files as tables to the DB2 database and practicing basic sql queries.