Forem

select * from SQL

Posts on tips and tricks, using and learning about SQL for database development and analysis.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Identity Inserts in Databases: The Debate Between Control and Flexibility (And What Benjamin Franklin Has to Do With It)
Cover image for Identity Inserts in Databases: The Debate Between Control and Flexibility (And What Benjamin Franklin Has to Do With It)

Identity Inserts in Databases: The Debate Between Control and Flexibility (And What Benjamin Franklin Has to Do With It)

3
Comments
4 min read
BULK COLLECT and FORALL in PLSQL

BULK COLLECT and FORALL in PLSQL

2
Comments
2 min read
.NET8/EF8 - Exception: Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '$

.NET8/EF8 - Exception: Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '$

1
Comments
4 min read
Unlocking Clean Data: Mastering Key EDA Operations Using SQL
Cover image for Unlocking Clean Data: Mastering Key EDA Operations Using SQL

Unlocking Clean Data: Mastering Key EDA Operations Using SQL

1
Comments
3 min read
MySQL Basics: Understanding DDL, DML, DQL, DCL, and TPL with Examples
Cover image for MySQL Basics: Understanding DDL, DML, DQL, DCL, and TPL with Examples

MySQL Basics: Understanding DDL, DML, DQL, DCL, and TPL with Examples

Comments
5 min read
PL/SQL Developer, interview questions

PL/SQL Developer, interview questions

2
Comments
8 min read
Stored Procedure in PL/SQL

Stored Procedure in PL/SQL

2
Comments
2 min read
Open sourcing our new Text-to-SQL LLM app starter template
Cover image for Open sourcing our new Text-to-SQL LLM app starter template

Open sourcing our new Text-to-SQL LLM app starter template

1
Comments
6 min read
Discover the Power of SQL: Mastering the 'Biology Course Alumni Search' Project
Cover image for Discover the Power of SQL: Mastering the 'Biology Course Alumni Search' Project

Discover the Power of SQL: Mastering the 'Biology Course Alumni Search' Project

1
Comments
3 min read
How to Delete Duplicate Data from a MySQL Database

How to Delete Duplicate Data from a MySQL Database

Comments
4 min read
List of the best Google Dorks in 2024 for finding SQL injection vulnerabilities and other security issues:

List of the best Google Dorks in 2024 for finding SQL injection vulnerabilities and other security issues:

14
Comments 1
1 min read
Common Table Expression (CTE) in PLSQL | Part 1

Common Table Expression (CTE) in PLSQL | Part 1

5
Comments
6 min read
Understanding and Configuring Oracle Access Control Lists (ACLs) for Email Sending Using UTL_MAIL
Cover image for Understanding and Configuring Oracle Access Control Lists (ACLs) for Email Sending Using UTL_MAIL

Understanding and Configuring Oracle Access Control Lists (ACLs) for Email Sending Using UTL_MAIL

26
Comments
7 min read
SQLMap Cheat Sheet: A Quick Guide for Automated SQL Injection

SQLMap Cheat Sheet: A Quick Guide for Automated SQL Injection

8
Comments
3 min read
Boosting PostgreSQL Performance: Optimising Queries with the != Operator
Cover image for Boosting PostgreSQL Performance: Optimising Queries with the != Operator

Boosting PostgreSQL Performance: Optimising Queries with the != Operator

4
Comments
8 min read
How to create a table with SQL code?
Cover image for How to create a table with SQL code?

How to create a table with SQL code?

3
Comments
6 min read
Scenario 2: Mastering Backfilling for New dB Columns – Update Like a Pro!
Cover image for Scenario 2: Mastering Backfilling for New dB Columns – Update Like a Pro!

Scenario 2: Mastering Backfilling for New dB Columns – Update Like a Pro!

1
Comments
4 min read
How to Downsample Your Data Efficiently

How to Downsample Your Data Efficiently

Comments
2 min read
Scenario 1: When You Need to Update Multiple Rows with Different Values – The Smart Way!
Cover image for Scenario 1: When You Need to Update Multiple Rows with Different Values – The Smart Way!

Scenario 1: When You Need to Update Multiple Rows with Different Values – The Smart Way!

13
Comments 3
3 min read
Turbocharge Your App: Slash DB Calls with Raw SQL Magic!
Cover image for Turbocharge Your App: Slash DB Calls with Raw SQL Magic!

Turbocharge Your App: Slash DB Calls with Raw SQL Magic!

4
Comments
2 min read
Transaction Control Language TCL - COMMIT, ROLLBACK, and SAVEPOINT

Transaction Control Language TCL - COMMIT, ROLLBACK, and SAVEPOINT

4
Comments
3 min read
CASE | DECODE | IF ELSE - Conditional Logic in PLSQL

CASE | DECODE | IF ELSE - Conditional Logic in PLSQL

1
Comments
2 min read
Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example
Cover image for Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Comments
3 min read
Logical Processing order of a SQL query

Logical Processing order of a SQL query

9
Comments 2
4 min read
PL/SQL Cursors

PL/SQL Cursors

2
Comments 2
4 min read
loading...