Databases

MySQL Stored Procedures (Create, List, Alter, & Drop)

April 13, 2021

MySQL stored procedures group multiple tasks into one and save the task on the server for future use. Stored procedures simplify database management and reduce network traffic. Learn how to use stored procedures in this tutorial.

Read more

How To Use MySQL Triggers

April 12, 2021

MySQL triggers provide control over data validation when inserting, updating or deleting data from a database. Learn how to use triggers through an example database and when to use each type of trigger.

Read more

What Is a Spark DataFrame?

March 16, 2021

Thanks to Spark's DataFrame API, we can quickly parse large amounts of data in structured manner. DataFrame API is available for Java, Python or Scala and accepts SQL queries.

Read more

Understanding NoSQL Data Modeling Techniques

February 25, 2021

NoSQL data models are built for speed, efficiency, and scalability. This tutorial covers different techniques for building NoSQL data models.

Read more

How to Install SQL Express Server

February 4, 2021

SQL Server Express is a light, feature-restricted version of Microsoft's SQL Server 2019.
This tutorial will guide you through the process of installing, upgrading, or uninstalling your copy of SQL Server Express 2019.

Read more

MySQL Date Function Guide with Examples

January 28, 2021

Find a list of all MySQL date functions in this helpful article. Learn what each function does and how to use it through the practical examples.

Read more

MySQL Commands Cheat Sheet

January 20, 2021

Need a reference sheet for all the important MySQL commands? Check out this MySQL Commands article which includes a downloadable MySQL cheat sheet in PDF format.

Read more

MongoDB vs. MySQL

December 31, 2020

The rise of NoSQL databases caused a stir in the database community, with many companies deciding to adopt the novel approach to database management. This article analyses how MongoDB, a document-oriented NoSQL, compares with MySQL, a traditional relational database management system.

Read more

How to Create an External Table in Hive

December 9, 2020

External tables in Hive are used to access and query data stored outside of a database. Follow the steps of this tutorial to learn how to create, query and drop external tables.

Read more

MyISAM vs. InnoDB: A Comparison

November 26, 2020

Using the improper storage engine can lead to errors in querying and reduced speed and performance. In this article, you will learn differences between MyISAM and InnoDB storage engines. You will also learn how to check the storage engine and how it can be converted.

Read more
1 8 9 10 11 12 15