* Covers Oracle Database 11g, Oracle 12c, Oracle 18c, and Oracle 19c
* Covers Oracle Database 11g, Oracle 12c, Oracle 18c, and Oracle 19c
Oracle is currently the most popular relational database management system in the world. It is used by thousands of big companies who are usually willing to pay good salaries to the right people, which includes those with practical Oracle SQL knowledge that is based on best practices and experience.
Most SQL courses give you theoretical SQL knowledge. In this course, you will learn by actually writing code.
What do other learners say about this course?
Shruti says: “It was such an amazing course. Absolutely a beginner friendly course”.
David says: “Really well explained. Love the energy of the instructor. ”.
Scott says: “This is an incredible course. I love how the instructor Carlos presents topics very clearly, but also challenges students in the quizzes and practice challenges. Too many courses out there contain practice challenges that are exact replicas of what was just taught, which are too easy and limit growth of the student. I have no suggestions for improvement on the course content and presentation, as it was simply perfect in my opinion. ... I would rate this course higher than 5 stars if that were possible. Thank you Carlos. ”
Thomas says: “Honestly, I've seen some good udemy courses... This course is one of the best structured iv'e seen. It places a priority on the practice challenges that allows the quality of the course to rival a university course ... Great instruction, great value for the course. ”
Roshan says: “great course to cover all the fundamentals, great for interview preparations.”
Paul says “This course is very thorough, and Carlos is a skilled instructor. ”
Daniel says “Excellent match. In spite of knowing sql for more than a decade, learnt a loooot of new stuff.”
Radu says “Very clear course, concise presentation, excellent tips, very good pronunciation, captions without errors, lots of exercises for practice... Thank you for the excellent course, Carlos.”
Learn Oracle SQL in a practical and smart way and jump-start your career as an Oracle SQL developer:
Learn everything about the SELECT statement including the
Learn how to use all types of operators in Oracle SQL.
Learn how to use numeric, text, date, conversion, aggregate, analytic, and other types of Oracle SQL functions.
Learn how to add, modify, and delete information from Oracle databases using SQL by means of the
Learn how to use SQL to create and use tables, constraints, sequences, indexes, and views.
Solve interesting and challenging problems by actually writing Oracle SQL code, which will improve your learning and retention, and will give you confidence to put your skills to work in real life situations.
Get tips and knowledge that is usually only learned through years of SQL experience.
Much more.
Carlos created this course because most courses, if not all, focus too much on “telling” or “demonstrating” how to do things, but don’t give you, as a student, the opportunity to test and practice what is being taught. Some of them tell you to practice or to do things along with the instructor, but unfortunately, such an approach doesn’t really work. Seeing how things are done or just copying or repeating what you see on the screen is not going to help you learn SQL. You might feel that you are learning, but when the time comes for you to write a command on your own, you are most likely not going to feel very confident.
Here you will learn and practice much more than just SQL basics.
Content and Overview:
This course will not only help beginners learn the SQL language. If you already have previous SQL knowledge, you will also learn a lot of new concepts, features and techniques that will make you an even better SQL developer.
After setting the learning environment, it starts with the most basic concepts about databases in general and a very short introduction to Oracle and the SQL language.
You will start learning about the simplest SQL statements, and before you even notice it, you will have covered all the SQL basics and will be gradually progressing to more advanced concepts.
The course includes several topics that some people, including experienced developers and other instructors, consider advanced, such as Analytic Functions, Hierarchical Queries, Pivot and Unpivot features, and many more.
It does not include demonstration lectures because the whole course is a coding demonstration. In 90% of the video lectures, you will be watching the instructor's computer screen while he types, explains, and runs Oracle SQL code.
It does not include labs at the end of each section because practically every lesson has a coding task for you to practice what you are learning.
Please note that PL/SQL (Oracle's procedural language) is not covered in this course.
The instructor will not only teach you SQL. He will share his decades of Oracle experience with you through what he calls “experience tips”. Those tips can really help you differentiate and stand out.
Final words from the instructor:
You could enjoy being seen as an experienced and knowledgeable SQL developer by your friends, peers, and potential employers in a very short time, but you have to take action. If you want my help, you’ve got it.
-Carlos, founder of the Standout-Dev Academy.
Watch this lecture to get a clear picture of what will be covered in the course.
Just a short video recommending how to use a few Udemy's features, to make sure you have a good experience taking this course.
Let's have some early fun writing code!
You should want to take full advantage of the investment you made by enrolling in the course. This lecture will give you the most important recommendations about what you need to do to take full advantage of the course
Watch this lecture to understand what is covered in this section and get any pertinent recommendations.
You must watch it if you plan to take the course from your internet browser, without installing a local database.
Watch this lecture for instructions on how to download and install the Oracle Database software, which you will use to start learning SQL.
This lesson explains the options you have to take the course using a Mac or a Windows "Home" edition computer. It was added because the Oracle database cannot be installed directly on a computer running Mac OS.X (now macOS) or Windows Home..
Watch this lecture for instructions on how to download and install Oracle SQL Developer
Watch this lecture for the very basics on how to use Oracle SQL Developer. You can safely skip this lesson if you already took my "Oracle SQL Developer : Tips and Tricks" course.
Watch this lecture to understand what is covered in this section and get any pertinent recommendations. This section covers the basic concepts about databases, which are really vital to learn SQL correctly.
This lecture covers the most basic database concepts, which you really need to know before starting to learn Oracle SQL
This is a short lecture that introduces you to the SQL language
This lesson contains a high level overview of the Oracle Database architecture and some other basic Oracle concepts.
In this lesson you will learn about the "multitenant" architechture, which was introduced in Oracle 12c, and is now included in the Express Edition 18c.
This lecture explains the most basic and important peculiarities you need to know about Oracle databases.
This lecture guides you through the process of creating the tables you will use to practice the contents of the first practical lectures.
In this lecture you will learn about the most commonly used data types in Oracle databases.
In this lecture you will be introduced to the SELECT statement.
In this lecture you will learn why aliases are important and how to use them.
Congratulations on finishing the section!
Now, take this quiz before moving to the next lesson ;)
Watch this lecture to understand what is covered in this section and get any pertinent recommendations.
Here you will start learning how to filter the results of you queries by using the WHERE clause
Here you will learn how to use more complex conditions to filter the results of your Oracle SQL queries.
Watch this video to see how I solved the practice challenge from the "More Complex WHERE Conditions" lesson.
In this lecture you will learn how and when to use the DISTINCT clause
This lecture teaches you how to order the results of your queries by using the ORDER BY clause in Oracle.
A very important lesson that covers the concept of NULL and how to handle it in Oracle.
Congratulations! You know everything you need to know about filtering and sorting results!
To confirm that the previous statement is true, go ahead and take this quiz.
Watch this lecture to understand what is covered in this section and get any pertinent recommendations. In this section you will learn everything about conditions and operators.
Here you will learn how the comparison operators work in Oracle SQL
Here you will learn how the SQL operators work in Oracle SQL
Here you will learn how the logical operators work in Oracle SQL
In this lecture you will learn how to use substitution variables in tools like SQL Developer or SQL*Plus to create generic or parameterized SQL statements.
Congratulations on your progress!
Take this quiz before moving to the Group Operations section.
Watch this lecture to understand what is covered in this section and get any pertinent recommendations. This section covers the very important topic of "Group Operations".
In this lecture you will be introduced to group operations and will learn how to use aggregate functions in Oracle SQL.
Here you will learn how to group rows by using the GROUP BY clause. A very important topic.
Here you will learn how to filter the results of grouped queries by using the HAVING clause
Great to see you continue making progress!
Here is the quiz for the Group Operations section. Enjoy!
Watch this lecture to understand what is covered in this section and get any pertinent recommendations. This section covers the very interesting topic of "Subqueries".
In this lecture you will be introduced to subqueries and will understand what they are and how they work in Oracle SQL
Based on the feedback from some of you, I decided to add this new lesson to answer a couple of common questions about subqueries. Enjoy it!
Here you will learn about the type of subqueries that are known as "inline views"
Here you will learn about the subquery factoring clause in Oracle SQL. This is a very important and powerful clause.
Watch this lecture to understand how to write TOP-N queries correctly, using different methods. Here you will also be introduced to the amazing world of Analytic Functions in Oracle SQL
In this lesson you will learn about the ROW LIMITING clause, which was introduced in Oracle 12c, and is now available in the express edition version 18c.
Let's see how much you learnt about subqueries!
Here is a short quiz for you. Enjoy!
Watch this lecture to understand what is covered in this section and get any pertinent recommendations. This section covers Single Rows Functions, Case Expressions and Date Arithmetic.
In this lecture you will be introduced to single-row functions
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.