How to Create a Table in SQL
Want to get started with SQL? Check out this tutorial to learn how to build a simple SQL table.
Everything You Need to Know About the SQL GROUP BY Statement
GROUP BY is a key element of SQL queries. Here's everything you need to know about using the GROUP BY statement.
How to Work Effectively With Dates and Times in MySQL
Learn all the commands you need to manage date and time and specify time-related database queries in SQL.
Beginner's Guide to Writing mySQL Database Schemas
Create your own mySQL database with just a text editor and this basic structure outline, or "schema."
What Is a WordPress Developer? 5 Must-Have Skills If You Want to Be One
If you want to build a career around developing WordPress sites, you need these five skills.
How to Query Multiple Database Tables at Once With SQL Joins
Learn how to use SQL joins to streamline queries, save time, and make you feel like a SQL power user.
SQL vs. NoSQL: What's the Best Database for Your Next Project?
Choosing a database type can be tricky. Should you choose SQL or NoSQL?
6 Database Engines to Consider for Your Next Project
Starting a new development project? If you need a database, choose from one of the superior database engines in this list.
How to Create a New Database With LibreOffice Base
LibreOffice Base helps you set up databases. Let's walk through the process of using Base to create a simple but useful database of your own.
The Essential SQL Commands Cheat Sheet for Beginners
Want to learn more about SQL? Having a handle on the various SQL query commands is a great way to get ahead.
The Top 8 GoSkills Courses to Boost Your Business Skills
With GoSkills, you can brush up on business applications or soft skills to get ahead in your career. Here are 6 excellent courses.
How to Set Up Your Own WAMP Server
WAMP server is the easiest and most pain-free way to set up Apache, MySQL, and PHP on Windows for hosting a website.
Everything You Need to Know About Python and Object-Relational Maps
You may have heard of object-relational maps (ORM), but what are they and how do you use them? Here's everything you need to know about ORMs and Python.
How to Connect to a MySQL Database With Java
Java provides JDBC as a part of the Java SDK. In this article, let’s look at the details of connecting to a MySQL database and performing queries with it.
How to Install a MySQL Database on Windows
If you often write applications that connect to database servers, it's nice if you know how to install a MySQL database on your Windows machine for testing purposes.
Clever Ways to Use an SQL Concatenation String
Structured Query Language (SQL) is a remarkably powerful tool, and one that is packed full of features. Today we'll show you everything you need to know about SQL concatenation strings.