Subscribers | 27,200 |
---|---|
Views | 948,183 |
Videos | 93 |
Country | GB |
Created | Feb 2015 (10 years old) |
Topics | Technology Knowledge Lifestyle_(sociology) |
Actions |
Copy all info to clipboard
You can use it to paste it into ChatGPT and analyze the channel |
Hi, I'm Chris Saxon, part of Gerald Venzl's Oracle Developer Advocate team. It's our job to help you get the best out of Oracle technologies and (hopefully) have fun while doing so ;)
Here we celebrate the Magic of SQL. We'll show how you can use it to solve problems and perform SQL "magic". These skills will help you build better, faster applications using Oracle Database.
Subscribe to learn SQL, improve your skills and understand how Oracle Database works.
Take SQL quizzes and classes at Oracle Dev Gym https://devgym.oracle.com
Ask me your SQL questions on Ask TOM https://asktom.oracle.com
Read SQL blog posts at https://blogs.oracle.com/sql
Reach me on Twitter https://twitter.com/ChrisRSaxon
My personal site https://www.chrissaxon.co.uk/
Published | Title | Description | Views |
---|---|---|---|
Dec 20, 2024 | Merry SQLmas! #sql | Merry SQLmas! Wishing you all the best over the festive sea... | 645 |
Dec 19, 2024 | Outer joins ON vs WHERE clause #SQL #sqltips | Take care when filtering the joined table in outer joins Ge... | 477 |
Dec 16, 2024 | Combining tables UNION vs UNION ALL #sqltips #sqlforbeginners | UNION & UNION ALL combine rows from two tables into one data... | 396 |
Dec 12, 2024 | Avoid type conversion errors #sqltips #oraclesql | Oracle Database 12.2 added the DEFAULT ... ON CONVERSION ERR... | 262 |
Dec 09, 2024 | Check data type conversions #sqltips #oraclesql | Verify whether you can convert values to another data type w... | 214 |
Dec 05, 2024 | Change the next value for identity columns #sqltips #oraclesql | Set the nextvalue for identity columns to the maxvalue + 1 ... | 235 |
Dec 02, 2024 | Autoincrementing columns with identities & sequences #sqltips #oraclesql | Learn how to create autoincrementing columns in Oracle Datab... | 334 |
Nov 28, 2024 | ORDER BY & NULL #sqltips #sqlforbeginners | Control whether NULL appears at the top or bottom of sorted ... | 394 |
Nov 25, 2024 | Group by != order by #sqltips #sqlforbeginners | GROUP BY is not guaranteed to return sorted results Add ORD... | 335 |
Nov 21, 2024 | Index only scans #sqltips #sqlperformance | If your query only accesses indexed columns, the optimizer o... | 288 |
Nov 18, 2024 | Indexes and sorting #sqltips #sqlperformance | B-Tree indexes are ordered data structures - see how creatin... | 356 |
Nov 14, 2024 | Query CSV files with inline external tables #SQL #oraclesql | Read files on the DB server without creating an external tab... | 353 |
Nov 11, 2024 | Multicolumn foreign keys and null #SQL #SQLtips | Take care with optional multicolumn foreign keys If you ins... | 365 |
Nov 07, 2024 | Index column order #SQL #SQLtips #sqlperformance | The order of columns in a composite index affects when the o... | 573 |
Nov 04, 2024 | Function based indexes #SQL #SQLtips #sqlperformance | Functions in the WHERE clause limit the optimizer's ability ... | 375 |