Learn the difference between GROUP BY and DISTINCT in SQL. >>>
Monthly Archives: August 2024
How to Store Decimal Values in SQL
Learn how to store decimal values in SQL. >>>
Retrieving Table Primary Key With SQL Queries
Learn how to retrieve a table’s primary key with SQL queries in MySQL, PostgreSQL, and SQL Server. >>>
Trimming Strings in SQL
An introduction to trimming strings in MySQL, PostgreSQL, and SQL Server. >>>
Which SQL Statements Require a Commit in MySQL
Learn which DDL and DML statements require an explicit COMMIT in MySQL. >>>
DATETIME2 vs DATETIME in SQL Server
Learn about the differences between DATETIME2 and DATETIME in SQL Server. >>>
Images in MySQL
Explore two ways of storing images in a MySQL database. >>>
Autocommit Mode in MySQL
Learn about the autocommit mode and how it affects commits and transactions in MySQL. >>>
How to Retrieve the Size of All Tables in a Database
Explore various methods of retrieving table sizes in PostgreSQL, MySQL, and SQL Server. >>>
Change the Data Type of a Column in SQL
Learn to modify the data type of a column of an existing table in an SQL database. >>>