Learn when to use single quotes, double quotes, and backticks in MySQL.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on SQL
- All
- SQL Basics (3)
- SQL Queries (2)
- Security (1)
- Database Concepts (1)
- Database Access (1)
How to UPDATE a Record Using a SELECT in SQL Server
Filed under SQL Queries
Learn several methods to use a SELECT statement for updating values through an SQL Server query.
Fixing MySQL ‘Host Not Allowed’ Error: A Simple Guide
Filed under Database Access, Security
Learn how to fix this MySQL connection error.
How To Count Distinct Over Multiple Columns
Filed under SQL Queries
A quick tutorial on using COUNT DISTINCT on multiple columns in SQL.
Full University Schema
Filed under SQL Basics
The full schema used for examples on Baeldung.
Simple University Schema
Filed under SQL Basics
The basic schema used for examples on Baeldung.
Understanding NewSQL Databases
Filed under Database Concepts
Explore the evolution of data storage and retrieval from traditional SQL to NoSQL databases and then to NewSQL databases.