<tutorialjinni.com/>

Pizza Delivery System ERD

Posted Under: Database on Oct 31, 2024
Pizza Delivery System ERD
This Entity-Relationship Diagram (ERD) models a database for a pizza delivery service. It organizes key components of the business, including customers, orders, employees, vehicles, and pizzas, into interconnected tables.

Remove duplicate rows in MySQL

Posted Under: Database on Mar 13, 2020
Remove duplicate rows in MySQL
This tutorial provide snippet on how to remove duplicate rows that may have created over time. This may be a result of a spam attack or by mistakenly repeating entries. They consume precious resources of the server and decrease over all performance of any system. There are many ways to remove duplicates rows form a MySQL server.

MySQL Import Database Dump Command Line

Posted Under: Database on Mar 10, 2020
MySQL Import Database Dump Command Line
There are multiple ways to import database dumps in MySQL/MariaDB. First way to import databases it to use mysqldump utility.

MySQL Select 1st Day of Month and Current Time

Posted Under: Database on Aug 29, 2018
MySQL Select 1st Day of Month and Current Time
MySQL snippet to select data between first day of the current month and current date.

Entity Relationship Diagram (ERD) for Point of Sale System (POS)

Posted Under: Database on Nov 17, 2016
Entity Relationship Diagram (ERD) for Point of Sale System (POS)
A Point of Sale or Point of Service is generally a machine which calculate the amount of item/services a customer owed to the trader. A customer can pay in cash or via a credit card.