How to calculate ages and find upcoming birthdays with Oracle SQL #JoelKallmanDay
Oracle
by
2M ago
How to compute how old people are in years from their data of birth to today; check they're at least N years old; find people with birthdays today or in the next N days ..read more
Visit website
Announcing the winners of the 2023 Oracle Dev Gym Championships
Oracle
by
2M ago
Congratulations to the winners of the 2023 Oracle Dev Gym Championships! This year the database championships covered features added in Oracle Database 23c, including JSON duality views, the automatic SQL transpiler, and usage domains. As always, the logic competition had a series of puzzles to test players reasoning skills ..read more
Visit website
Goodbye I Love Logic Competition, Hello Speed SQL on Oracle Dev Gym
Oracle
by
7M ago
After 14 years and over 700 questions we’re bringing the weekly I Love Logic competition quizzes on Oracle Dev Gym to an end. In it's place we're starting Speed SQL; a game to guess the missing keywords for a series SQL statements within the time limit ..read more
Visit website
How to list months of the year or days of the week in Oracle SQL with enumeration domains
Oracle
by
8M ago
How to create enumeration domains in Oracle Database 23ai. These enable you to query the list, access the values like constants, and limit values in a table. This helps make your SQL easier to understand and manage while keeping your code simple ..read more
Visit website
Announcing the 2023 Oracle Dev Gym Championships
Oracle
by
1y ago
Announcing the participants in the 2023 Oracle Dev Gym Championships for the Logic and Oracle Database competitions ..read more
Visit website
IF-THEN logic in SELECT and WHERE with CASE expressions in Oracle SQL
Oracle
by
1y ago
Learn how to to do if-then logic in SQL using CASE expressions. See examples of using this in the SELECT, WHERE, and JOIN clauses ..read more
Visit website
How to compare two tables to get the different rows with SQL
Oracle
by
1y ago
Ways to compare two tables to see if they store the same data. These methods will return any differences between the data sets using Oracle SQL ..read more
Visit website
How to calculate the longest and current consecutive streaks with Oracle SQL - #JoelKallmanDay
Oracle
by
1y ago
An explanation of how to find streaks - a consecutive series of events - using SQL pattern matching in Oracle Database. For example, the number of consecutive days users logged in, their winning streaks or they completed a task ..read more
Visit website
Free online SQL quizzes on Oracle Dev Gym
Oracle
by
1y ago
Take free online quizzes on Oracle Dev Gym. These cover database topics: SQL, PL/SQL, & database design along with questions on logical thinking, Java, and more ..read more
Visit website
How to modify constraints in Oracle Database
Oracle
by
1y ago
You can't alter the criteria for a constraint in Oracle Database. To change it you must drop and recreate the constraint. Learn how to do this process online for check constraints, not null, unique constraints, primary keys, and foreign keys ..read more
Visit website

Follow Oracle on FeedSpot

Continue with Google
Continue with Apple
OR