👉 Visit livesql.oracle.com and write your first SELECT in under 5 minutes.
-- Query data SELECT * FROM students WHERE enrollment_date > DATE '2025-01-01';
| Platform | Format | Link / Search Term | |----------|--------|--------------------| | | Tutorials + interactive | livesql.oracle.com | | YouTube (Oracle Learning) | Video series | “Oracle SQL for Beginners free” | | Udemy | Video course (look for free coupons) | “Oracle SQL Free Course” | | SQLZoo / W3Schools | Text + exercises | “Oracle tutorial” | | Oracle University | Self-study modules | “Oracle Database Foundations” (free) | 📌 Recommendation: Start with Oracle Live SQL ’s “Introduction to SQL” tutorial – no installation needed. 💻 Sample Exercise (Try It Yourself) -- Create a simple table CREATE TABLE students ( id NUMBER PRIMARY KEY, name VARCHAR2(50), enrollment_date DATE ); -- Insert data INSERT INTO students VALUES (1, 'Ana López', DATE '2025-01-15');
Welcome to our online activities page. Here you’ll find a host of activities, including:
Â
👉 Visit livesql.oracle.com and write your first SELECT in under 5 minutes.
-- Query data SELECT * FROM students WHERE enrollment_date > DATE '2025-01-01';
| Platform | Format | Link / Search Term | |----------|--------|--------------------| | | Tutorials + interactive | livesql.oracle.com | | YouTube (Oracle Learning) | Video series | “Oracle SQL for Beginners free” | | Udemy | Video course (look for free coupons) | “Oracle SQL Free Course” | | SQLZoo / W3Schools | Text + exercises | “Oracle tutorial” | | Oracle University | Self-study modules | “Oracle Database Foundations” (free) | 📌 Recommendation: Start with Oracle Live SQL ’s “Introduction to SQL” tutorial – no installation needed. 💻 Sample Exercise (Try It Yourself) -- Create a simple table CREATE TABLE students ( id NUMBER PRIMARY KEY, name VARCHAR2(50), enrollment_date DATE ); -- Insert data INSERT INTO students VALUES (1, 'Ana López', DATE '2025-01-15');
Encourage curiousity and creativity with our collection of free, downloadable learning materials and online activities, designed for kids, parents and teachers alike. From fun activity sheets to tricky puzzles and challenging brainteasers, these downloadable materials are perfect for home learning or as classroom extras. Whether you're a parent, carer, or teacher, you'll find plenty of playful ways to support children's learning and development.
Once you've finished having fun, discover the answers to our online activities.
A collection of online activities, puzzles, games and free downloadable pages from our bestselling and most-loved books.