SQL
Programming languageWikipedia
806
MENTIONS
222
EPISODES
183
PODCASTS
Search complete. 806 mentions across 222 episodes found for "SQL".
Sep 11, 2026
Risky Bulletin: Anthropic agents went hacking again
C
9:14Claire AirdHOST
The researcher timed their release to come after Microsoft's Patch Tuesday security updates.
C
9:20Claire AirdHOST
And finally, AWS has fixed a vulnerability in its Athena serverless SQL service that exposed data and database queries to other customers.
C
9:31Claire AirdHOST
The vulnerability could have been exploited by adding the catalog equal system parameter to any Athena SQL query.
C
9:39Claire AirdHOST
AWS disabled the parameter and fixed the issue across all regions within four days of being notified last month.
C
9:47Claire AirdHOST
And that is all for this podcast edition.
Django Developers Survey Results & Reproducible Python Builds
C
10:03Christopher BaileyHOST
It's by previous guest and creator of the Narwhals Library, Marco Gorelli.
C
10:08Christopher BaileyHOST
Uh, it's titled The Polars versus SQL Differences Nobody Is Talking About.
C
10:13Christopher BaileyHOST
Some of these crucial differences that he is highlighting here, I'll read from the second paragraph.
C
10:18Christopher BaileyHOST
It's titled Mental Models.
C
10:37Christopher BaileyHOST
[laughs] This allows for column independence.
C
10:40Christopher BaileyHOST
Row order is defined, but as we will also see later, Polars doesn't always promise to preserve it.
C
10:46Christopher BaileyHOST
SQL is a programming language used to interact with databases which follow the relational model.
C
10:53Christopher BaileyHOST
In the relational model, a table is an unordered bag of rows, each of which is atomic, meaning that it can't be split up.
September 11th 2026 - Google Cloud Update
S
0:51speaker_0HOST
After that, we will head over to Kubernetes, discussing the release of GKE 1.37 and a container-eyed privilege escalation vulnerability.
S
1:02speaker_0HOST
Then we will cover image updates in Managed Service for Apache Spark, Cloud SQL's regional endpoints going GA, and big updates in networking, identity, and cloud storage.
S
1:14speaker_0HOST
We have a lot of ground to cover, so let's get right into it.
S
1:21speaker_0HOST
First up, let's talk about BigQuery.
10 MINS LATER
S
11:32speaker_0HOST
So make sure to connect using a standard non-root user like Dataproc and run commands with sudo.
S
11:41speaker_0HOST
Now let's dive into some database and serverless updates.
S
11:45speaker_0HOST
First up, regional endpoints are now generally available for Cloud SQL, MySQL, PostgreSQL, and SQL Server Admin APIs.
S
11:55speaker_0HOST
Instead of hitting a single global endpoint, You can now interact with your Cloud SQL instances using regionalized URLs like SQL admin region representative googleapis.com.
Caching is a cop-out
H
1:15Hussein NasserHOST
That's why in memory caches became so popular.
H
1:21Hussein NasserHOST
Oh, what do you mean this SQL query is so slow? and I can just cache it? Wow, that sounds amazing.
H
1:30Hussein NasserHOST
So instead of taking time to understand why something is slow, we took the shortcut of executing it once or maybe per process and then cache the results somewhere so someone else can consume the results.
H
1:53Hussein NasserHOST
Inevitably with caching comes stale results, comes inconsistent results, comes out of date management of the cache.
H
6:23Hussein NasserHOST
actually there is a great video by Dave from he used to be a Microsoft developer he's retired now but he went through how they used to optimize Windows was it 95 or 98 I can't remember that the executable from Windows at night they take the executable and run it and see how the functions are called and then put the functions that are close to each other in the same four kilobyte pages and that's because that's how cpu execute pages right ah thank you train it's okay you don't have to honk so yeah sometimes the train is just like the conductor like to honk for no reason i don't know why this just feels like it there's there's nothing here in this area but anyway so By optimizing that, every memory access gets you one beautiful page and every subsequent calls are almost always in this area.
H
7:22Hussein NasserHOST
So you see how precious these calls get.
H
7:25Hussein NasserHOST
So back to our life, how we do things is when we execute... a REST call or a GraphQL or any endpoint or a SQL statement, we just assume that, you know what, I'm not going to do that again.
H
7:41Hussein NasserHOST
That's slow.
Detecting and Countering AI Misuse: September 2026 Report
S
15:42speaker_0HOST
And what if it fails?
S
15:43speaker_1HOST
Let's say the script throws in SQL syntax error.
S
15:46speaker_1HOST
The AI reads the error log, realizes the company uses some non-standard database structure, rewrites its own script, and tries again.
S
15:54speaker_1HOST
It iterates through the errors in seconds, navigating the proprietary environment until it successfully completes the objective.
Is Your Company AI-Assisted or Actually AI-Native?
K
12:33Kevin WilliamsHOST
And in fairness, you know, we're technical people, but I think about all of the care and feeding that I've given Claude code over the last, you know, year.
K
12:42Kevin WilliamsHOST
And I'm looking at these outputs and I'm looking at this div and I'm looking at this table and I'm looking at this SQL output.
K
12:48Kevin WilliamsHOST
And, how often am I actually involving myself in that decision-making? Like I know enough to be dangerous, but I'm not reading every line of the code.
K
12:56Kevin WilliamsHOST
I'm looking for the output.
30 MINS LATER
M
42:49Matt GrahamGUEST
There's plenty of other stuff that we can be using AI for right now in your business to help achieve bigger outputs and levers for you.
K
42:57Kevin WilliamsHOST
Yeah, yeah, yeah, definitely.
K
42:59Kevin WilliamsHOST
But there's also security risk, like, you know, that there is I've joked about the AI plumbing thing in the past, like, I would say that, you know, SQL has come like Snowflake has come a long way.
K
43:12Kevin WilliamsHOST
And we used to do all of this stuff where we would be extracting data from a Snowflake database, we'd be pulling it out, we'd be transforming it, and then we'd be shoving it back in.
How Data Science Coaches Palmeiras Football Club
S
13:00SamHOST
What are we talking about here?
E
13:01EbruHOST
We're talking Python and SQL for the heavy lifting.
S
13:04SamHOST
But
E
13:05EbruHOST
also Apache Airflow for pipeline orchestration.
22 MINS LATER
E
35:30EbruHOST
Then you graduate to Tier 2, which they call integrated.
S
35:33SamHOST
What does Tier 2 look like?
E
35:34EbruHOST
That era says where you start bringing in automated event data, you build some automated dashboards to save time, and maybe you have analysts utilizing basic Python or SQL to query historical stats.
S
35:45SamHOST
So stepping up the automation.
SBA 561: Database Fundamentals
B
18:37Brandon PashoraHOST
So the software is telling you the correct order of operations if you know how to hear it.
B
18:45Brandon PashoraHOST
Now, we have data and tables connected by keys at this point, right? So how do we get anything out? well you ask a question and the formal name for that question is a query the most common language for writing one is sql or sql and nobody went and when you're talking about whether it's called sql whether it's called sql no one's going to win that argument so just call it what you want to call it Now I'm not going to teach you SQL in three minutes, but I want you to recognize the shape of it.
B
19:24Brandon PashoraHOST
So when you see a query in a support ticket or an error log, you can read it well enough to know what it was trying to do.
B
19:33Brandon PashoraHOST
almost and almost every query is built from six pieces you have select which says which fields you want back so like give me the point name and value there's from which says which table to pull from so from the points table example Where filters the row, where, W-H-E-R-E, only where the unit is age U3, right? So this piece does the most work, and it is where performance problems tend to show up.
Why AI Agents Will Break Modern Data Engineering (And How to Fix It) w/ Christophe Blefari (Nao)
C
2:29Christophe BlefariGUEST
But there isn't any equivalent in data.
C
2:33Christophe BlefariGUEST
And what we've seen in the past, like in the data world pre-AI, so like two years ago, before two years ago, something like this, everyone was writing SQL every day.
C
2:46Christophe BlefariGUEST
Like when you take like someone in the data team, you were writing like a few SQL query from like five to 50 to 100 a day, something like this, editing SQL queries all day long.
C
2:57Christophe BlefariGUEST
And at the beginning we were like, yeah, this is what the world is.
C
3:02Christophe BlefariGUEST
People are writing SQL query.
C
3:03Christophe BlefariGUEST
We're going to help people write SQL query better, faster, without errors, with autocomplete and so on.
C
3:10Christophe BlefariGUEST
But like world shifted super fast when Cloud Code arrived.
C
3:16Christophe BlefariGUEST
And what we've seen is people don't even care looking at the data anymore.
Inside Flint: Co-Founder Michelle Lim on AI agents running performance marketing
M
13:42Michelle LimGUEST
Okay, well, let me decide what database we should pick.
M
13:47Michelle LimGUEST
Obviously, SQL, like, no SQL is, like, not great.
M
13:50Michelle LimGUEST
But I had to make all these, like, really big decisions.
M
13:53Michelle LimGUEST
And Warp's backend is still running on, like, the decisions that I made.
212 more episodes mention SQL.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.