Share it! Although you might not expect it, random numbers are used in databases quite often, especially when generating dummy data, providing randomized lists of products, to name just a couple. For instance, let’s say you have a table named… Continue Reading →
Share it! When working with databases, SQL joins (Structured Query Language table joins) are used to combine rows from two or more tables, based on a related set of columns between them. In this article, we’ll take a look at the… Continue Reading →
Share it! WordPress is a flexible CMS and allows to manage a large number of posts that doesn’t limit users to regular “posts” and “pages” types of content through the use of custom posts. WordPress also has built-in post import… Continue Reading →
Share it! Search operations in databases are usually optimized using indexes as well as careful data modeling. This is also true for coordinate-based databases by using spatial indexes. Optimizing spatial searches is possible with the aid of a great variety… Continue Reading →
Share it! What are composite indexes? Database engines (e.g. MySQL, PostgreSQL, etc.) can create composite indexes on table data. That is, indexes on multiple columns at once, instead of indexing a single column. For instance, MySQL allows indexes of up… Continue Reading →
Share it! MySQL and Date Formatting MySQL database engines support a number of different date and time column formats. These can be summarized as follows: DATE – Stores a date value in the form YYYY-MM-DD. For example 2008-10-23. DATETIME –… Continue Reading →
Share it! This project’s main goal is to create a Faculty integrated information system and was put forward to fulfill the Faculty’s information requirements (either specific, aggregated or statistical data). The system takes data from external databases currently and provide… Continue Reading →
Share it! CSV Exports of SQL queries CSV (comma-separated values) is the most widely supported format for transferring tabular data. That’s why CSV Exports are very common in web applications. This simple PHP class will help you get started with… Continue Reading →
© 2023 IMELGRAT.ME
Theme by Iván Melgrati — Top ↑