.If you are in the process of creating a mobile app and want to know what’s the best type of database for mobile applications, you’ve come to the right place. Mobile apps have become an integral part of our culture, and you can only become a prominent app developer if your app is available 24...
Tag: mysql
Materialized Views In MySQL And MariaDB
You can implement materialized views in MySQL. How? Read this post and I will show you 3 different methods for creating a MySQL materialized view. An application is only as fast as it’s slowest component. If your application uses MySQL your objective is clear: Improve MySQL query performance to get faster data retrieval and...
Hibernate HQL BETWEEN Expression
In this post I will show you how to use the Hibernate HQL between expression to write and execute some simple HQL queries. HQL is the Hibernate Query Language that allows you to query your Hibernate data layer using similar syntax to the relational database query language SQL. SQL offers a number of operators and...
Creating a PHP MySQL pie graph
How To Generate A Pie Chart In PHP MySQL Using The Infographic HTML Tags Library In this short post I’m going to show you how you can create a pie graph using the Infographic JS HTML Library based on data taken from MySQL. Some of the users of the Infographic Library have been asking this...