Tech Blog
(Category - MySQL)
Web development tips, tricks and tutorials for web developers of all levels.
Showing 1 to 2 of 2 results
Storing money data in MySQL
When dealing with monetary values, it's crucial to use a data type that supports fixed-point arithmetic. Explore the best practices for storing money data in MySQL to ensure data integrity and precision. Continue reading
Create visual database schema with MySQL Workbench
Rather than manually creating a visual representation of your database schema, which can be extremely time-consuming and error-prone, MySQL Workbench simplifies this task using their database reverse engineer functionality. Continue reading
Showing 1 to 2 of 2 results