Explain Codes LogoExplain Codes Logo

Sql

Count records for every month in a year

sql
prompt-engineering
best-practices
join

Naming of ID columns in database tables

sql
best-practices
database-design
data-relationships

Comparing date ranges

sql
date-functions
performance-optimization
best-practices

Altering a column to be nullable

sql
data-integrity
database-design
sql-queries

Mysql - Way to update portion of a string?

sql
string-manipulation
regex
conditional-logic

Create unique constraint with null columns

sql
unique-constraint
postgresql
null-values

Cleansing User Passwords

sql
password-security
hashing-algorithms
sql-injections

Rename column SQL Server 2008

sql
database-management
sql-server
column-renaming

Difference between two dates in MySQL

sql
date-manipulation
timestamp
performance-optimization

Difference between EXISTS and IN in SQL?

sql
join
subqueries
optimization

How to use GROUP BY to concatenate strings in SQL Server?

sql
string-aggregation
sql-server
concatenation

How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

sql
data-type-mismatches
conversion-tools
database-migration

Get a list of dates between two dates

sql
temp-tables
date-range
performance-optimization

Sql Server Convert Varchar to Datetime

sql
date-format
datetime-conversion
sql-server

Select rows with same id but different value in another column

sql
join
distinct
performance

How to get the difference between two dates rounded to hours

sql
date-functions
time-difference
sql-queries

Sql server stored procedure return a table

sql
stored-procedures
sql-server
database-design

Convert negative data into positive data in SQL Server

sql
best-practices
performance
sql-server

Creating a stored procedure if it does not already exist

sql
stored-procedures
sql-server
database-integrity

Move SQL data from one table to another

sql
data-transfers
sql-server
mysql