
SQL Daily
@sqldaily
Daily Oracle SQL tips from the Oracle Developer Advocates for SQL
ID: 3001841930
http://blogs.oracle.com/sql 29-01-2015 17:45:15
2,2K Tweet
25,25K Followers
4 Following


To find rows matching a #SQL query, the Oracle optimizer can use ACCESS - get all of a subset of rows (usually via an index) FILTER - check a set of rows, discarding unwanted data But how does it pick which to use? Connor loves SQL , 🍸and ☕️ investigates youtube.com/watch?v=HwsRpa…

Tell #SQL stories with SQL Notebooks in Oracle SQL Developer for VS Code Show statements with their results Along with markdown blocks to describe the data SQL.ProductManager.Oracle.Databases shows thatjeffsmith.com/archive/2025/0…


When tuning a #SQL query, a key question is Which columns are indexed? You can check this in Oracle Database by looking at the *_IND_COLUMNS views David Fitzjarrell 🟧💙 has built a script to check this and pull in other useful tuning information for a table dfitzjarrell.wordpress.com/2025/07/02/is-…


Deadlock happens when two or more transactions try to lock the same rows in a different order Usually this involves different tables David Kurtz - /*+Go-Faster*/ Consultancy 🇺🇦 shows it's possible in Oracle #SQL when two UPDATEs use different indexes to change the same rows blog.go-faster.co.uk/2025/07/deadlo…



Users often want tailored reports from their database; requests to customize these can morph the system into #SQL Injection As A Service Ibrahim Diallo charts the story of one such system leading to a user deleting key data idiallo.com/blog/sql-injec… Keep your data safe folks!


#JSON relational duality views in Oracle Database 23ai are a flexible, performant, and consistent way to access data as Documents Relational tables Both! Anders Swanson shows you how to build basic duality views to do this andersswanson.dev/2025/07/14/7-r…



Rolling dice determines the outcome of attacks in D&D So knowing the roll result distribution helps you decide what to do This needs to account for advantage, disadvantage, and luck Sean D. Stuber Sean D. Stuber shows you how to do this in Oracle #SQL seanstuber.com/2025/07/29/usi…



MCP servers enable you to talk to your database via an LLM Create one for Oracle Database using SQLcl krisrice 🏒🍺📷 and SQL.ProductManager.Oracle.Databases show you how blogs.oracle.com/database/post/… This can run #SQL on your behalf to answer questions - ensure you restrict what it has access to!

