Tag: mysql

Understanding MySQL TRUNCATE TABLE by Practical Examples

Database development, MySQL, Statements, Tables

MySQL TRUNCATE TABLE statement is a DDL statement used for removing all records from the MySQL...
Read More

How to Parse Strings Like a Pro Using SQL SUBSTRING() Function?

Database development, Statements

Do you enjoy parsing strings? If so, one of the indispensable string functions to use is SQL SUBSTRING. It is one of those skills a...
Read More

10 Best MySQL GUI Tools

MySQL, Tools & technologies, Utilities & Extensions

MySQL is among most widely-used and popular database technologies, so quite a lot of tools have been created in order to make the processes...
Read More

Conditional Split Transformation: Export Data from SQL Server into Oracle and MySQL Databases

Business intelligence, Database administration, SSIS, Work with data

In this article, I have explained how we can divide and export data of SQL Server database table...
Read More

Pivot Tables in MySQL

Database development, MySQL, Tables • One Comment

Briefly about Pivot tables This article deals with the transformation of table data from rows to columns. Such transformation is called...
Read More
Close