Topic mix

SQL

28 moments from 20 videos · 1:14:31 total

Improve your database querying skills with curated moments from industry experts explaining query optimization, indexing strategies, and advanced relational database concepts.

Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
Play section Comparing native SQL clustering to NoSQL distribution layers
Comparing native SQL clustering to NoSQL distribution layers thumbnail

Comparing native SQL clustering to NoSQL distribution layers

Layering relational SQL queries over baseline NoSQL frameworks creates unavoidable application performance bottlenecks.

Play section Evaluating criteria for distributed SQL system adoption
Evaluating criteria for distributed SQL system adoption thumbnail

Evaluating criteria for distributed SQL system adoption

Examining standard SQL completeness and flexible deployment topologies ensures productive modern architecture adoption.

Play section Evolution from key-value stores to distributed SQL
Evolution from key-value stores to distributed SQL thumbnail

Evolution from key-value stores to distributed SQL

Why organizations move away from basic key-value engines to structured distributed relational systems for complex processing.

Using WebAssembly for in-database Machine Learning
Play section Testing sentiment inference behavior via SQL select statements
Testing sentiment inference behavior via SQL select statements thumbnail

Testing sentiment inference behavior via SQL select statements

Verifying the WebAssembly function behavior on text patterns like capitalization and exclamation points directly inside standard SQL queries.

TiDB, One Layer at a Time: How Distributed SQL Became an Agentic AI Backbone
Play section Processing queries with a stateless SQL layer
Processing queries with a stateless SQL layer thumbnail

Processing queries with a stateless SQL layer

The processing layer routes reads and writes without storing data locally while maintaining syntax compatibility with MySQL.

Play section Consolidating workloads through a smart database optimizer
Consolidating workloads through a smart database optimizer thumbnail

Consolidating workloads through a smart database optimizer

An intelligent sql optimizer automatically routes various query fragments to row, columnar, or vector engines without manual manual intervention.

Play section Distributed SQL properties for agentic AI applications
Distributed SQL properties for agentic AI applications thumbnail

Distributed SQL properties for agentic AI applications

The fundamental features of distributed databases completely align with what agentic AI backbones need regarding consistency and elastic scale.

Enjoying SQL data pipelines with dbt
Play section Moving away from unstructured SQL strings
Moving away from unstructured SQL strings thumbnail

Moving away from unstructured SQL strings

How executing raw commands through scripting prevents pipelines from acting predictably.

Play section Building transformation models with SQL and Jinja macros
Building transformation models with SQL and Jinja macros thumbnail

Building transformation models with SQL and Jinja macros

How compiling modular jinja templates abstracts away repetitive querying workflows.

Hacking MSSQL on Cloud. All of them. How I became sysadmin on Azure, AWS, GCP and Alibaba.
Play section Identifying SQL injection vulnerabilities in internal stored procedures
Identifying SQL injection vulnerabilities in internal stored procedures thumbnail

Identifying SQL injection vulnerabilities in internal stored procedures

Automating security checks reveals common flaws in complex internal queries where user input is unsafely concatenated.

Play section Validating SQL injection risks with a PowerShell module
Validating SQL injection risks with a PowerShell module thumbnail

Validating SQL injection risks with a PowerShell module

A programmatic demonstration parses statements to pinpoint unsafe dynamic command concatenations and risks stemming from implicit data type conversions.

Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
Play section Evolution of distributed SQL database architectures
Evolution of distributed SQL database architectures thumbnail

Evolution of distributed SQL database architectures

The transition from simple key-value systems to scalable databases providing strong consistency and standard SQL capabilities.

Play section Engineering scale-out architectures specifically for relational queries
Engineering scale-out architectures specifically for relational queries thumbnail

Engineering scale-out architectures specifically for relational queries

Avoiding typical degradation by constructing full relational processing directly over the core rather than mapping abstractions onto object stores.

Python-Based Data Streaming Pipelines Within Minutes
Play section Validating end-to-end functionality using direct SQL insertions
Validating end-to-end functionality using direct SQL insertions thumbnail

Validating end-to-end functionality using direct SQL insertions

Confirming immediate remote prediction delivery upon raw query executions against the initialized database container.

Scaling GraphRAG: Efficient Knowledge Retrieval for AI
Play section Modeling semantic database layers for reliable SQL queries
Modeling semantic database layers for reliable SQL queries thumbnail

Modeling semantic database layers for reliable SQL queries

Structuring complex relational database schemas into graph models enables accurate SQL translations beyond standard context window restrictions.

Dangerous Reactivity: Why AI Output Is the New XSS
Play section Preventing SQL injection originating from natural language queries
Preventing SQL injection originating from natural language queries thumbnail

Preventing SQL injection originating from natural language queries

Returning structured data instead of direct queries protects databases from prompt-driven data exfiltration attacks.

OpenAI for FinTech: Building a Stock Market Advisor Chatbot
Play section Core capabilities of SingleStore distributed relational SQL database
Core capabilities of SingleStore distributed relational SQL database thumbnail

Core capabilities of SingleStore distributed relational SQL database

Scale-out clustering and universal storage mechanisms streamline analytics workflows by centralizing transactional and historical processing.

GraphQL: Does it replace SQL, REST or Something Else?
Play section Adapting relational querying principles for modern JSON documents
Adapting relational querying principles for modern JSON documents thumbnail

Adapting relational querying principles for modern JSON documents

How the SQL++ standard ports traditional select statements directly to object-oriented document architectures.

Beyond SQL Generation: How to Teach Agents What Your Database Actually Means
Play section Analyzing valid structural query code lacking domain meaning
Analyzing valid structural query code lacking domain meaning thumbnail

Analyzing valid structural query code lacking domain meaning

Perfectly executable database queries generated by an agent fall short without explicit situational metric instructions.

We Gave Every Tenant a Postgres Connection String
Play section Why data workflows require raw SQL over REST APIs
Why data workflows require raw SQL over REST APIs thumbnail

Why data workflows require raw SQL over REST APIs

Providing direct database access prevents customers from self-hosting by allowing custom joins and aggregations directly in standard tooling.

Automated MS SQL Server database deployments with dacpacs and Azure DevOps
Play section Validating and publishing with SQL package executables
Validating and publishing with SQL package executables thumbnail

Validating and publishing with SQL package executables

Generating standalone deployment scripts before execution provides safer validation of target database updates against existing states.

Play section Resolving deployment issues across hundreds of databases
Resolving deployment issues across hundreds of databases thumbnail

Resolving deployment issues across hundreds of databases

Automating SQL Server database changes replaces manual scripting across highly distributed custom environments.

ChatGPT, ignore the above instructions! Prompt injection attacks and how to avoid them.
Play section Comparing prompt injection to traditional SQL injection attacks
Comparing prompt injection to traditional SQL injection attacks thumbnail

Comparing prompt injection to traditional SQL injection attacks

The fundamental lack of separation between developer code and user input in language models mirrors the mechanics of SQL injection.

How We Built a Machine Learning-Based Recommendation System (And Survived to Tell the Tale)
Play section Evaluating limitations of legacy sql-based recommenders
Evaluating limitations of legacy sql-based recommenders thumbnail

Evaluating limitations of legacy sql-based recommenders

Statistical formulas calculated continuously in sql struggle to provide accurate recommendations for newly listed or unpopular items.

Programming secure C#/.NET Applications: Dos & Don'ts
Play section Demonstrating and preventing SQL injection in .NET
Demonstrating and preventing SQL injection in .NET thumbnail

Demonstrating and preventing SQL injection in .NET

Modifying inline SQL statements to use parameterized queries prevents malicious database manipulation by untrusted user input.

Data Science in Retail
Play section Leveraging BigQuery ML for scalable SQL-based segmentation experiments
Leveraging BigQuery ML for scalable SQL-based segmentation experiments thumbnail

Leveraging BigQuery ML for scalable SQL-based segmentation experiments

Using enterprise data warehouses empowers analytics teams to train machine learning models directly via standard database queries.

Tomb rAIder: AI Search with Kotlin
Play section Applying hard constraints with SQL filters
Applying hard constraints with SQL filters thumbnail

Applying hard constraints with SQL filters

Combining relational filters for exact bounds alongside vector distance queries limits errors and improves overall relevance.

Fine-Tuning Small Language Models for Agentic AI
Play section Benchmarking text-to-SQL tasks with custom datasets
Benchmarking text-to-SQL tasks with custom datasets thumbnail

Benchmarking text-to-SQL tasks with custom datasets

Custom training and evaluation datasets for manufacturing and hospital domains help benchmark agentic performance effectively.

Your mix. Instantly.

More mixes