Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmoraes003/mysql-all-for-one

Project that performed CRUD operations on a MySQL database.
https://github.com/rafaelmoraes003/mysql-all-for-one

mysql sql

Last synced: 1 day ago
JSON representation

Project that performed CRUD operations on a MySQL database.

Awesome Lists containing this project

README

        

MySQL All For One

###

This project aimed to read and manipulate (CRUD) a relational database, where queries were worked with INSERT, SELECT, UPDATE and DELETE, in addition to filtering results with WHERE and boolean and relational operators. In addition, dynamic searches were worked with LIKE, aggregation of results with IN and BETWEEN and separation of results that included dates.

###

Technologies used

###


mysql logo

###