Learning SQL (Structured Query Language), as the most commonly used database language, can be one of the greatest career decisions you make.
SQL is one of the most sought–after skills by hiring employers.
SQL that is the primary language responsible for managing data within a relational database management system (RDBMS) can be easily connected to any programming language.
SQL is a natural language for data analysis that is the center of every decision making process.
SQL is a productive language for writing queries and for performing CRUD (Create, Read, Update, Delete) operations on data.
SQL can be used by data scientists, data analysts, front– and back–end developers, business and systems analysts and in short anyone who’s willing to analyze data.
In this practical course, you will:
Learn CRUD (Create, Read, Update, Delete) operations
Create complex queries across multiple tables
Analyze data and create reports accordingly
Write complex joins (inner, outer, full)
Write summary queries using aggregate functions
Write sub–queries
Utilize String/Numeric/Datetime functions
Analyze data, group the related data into separate entities (tables), establish relationships (1–1, 1–m, m–m) between tables, and apply referential integrity on tables
Write views, triggers, stored procedures, cursors, and stored functions
Four Comprehensive Assignments: Create four sample databases from scratch, as well as to write advanced queries for each assignment
Instructor Details
Courses : 2
Specification: Mastering SQL (Using MySQL, Java, and Go)
|
7 reviews for Mastering SQL (Using MySQL, Java, and Go)
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $16.99 |
---|---|
Provider | |
Duration | 21 hours |
Year | 2019 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$74.99 $16.99
Arial Penn –
Great course! Practical, organized, and easy to understand, even on challenging subjects. I felt that every lesson was important. In addition to SQL, I enjoyed the Java and Golang sections.
Josh Madsen –
This course is well–planned and comprehensive. Theory and practice go and in hand in hand. There s a load of examples, exercises, and a couple of comprehensive assignments to design databases from scratch. Thank you!
William Chan –
Extremely informative and very engaging. There are many examples and exercises that allow you to learn and apply basic and advanced topics. The final inclusive assignments are also very helpful. I also liked the programming part of the course, both using MySQL stored programs and also using Java and Golang.
Ven1980 p –
videos are not clear for half of the time
Dan Taylor –
I took the course to see how to connect to mysql using golang which this course covered. I didn’t realize most of the course was mostly about mysql but that is ok. I skipped that part and was able to install mysql, view and execute his example go code which provided what I was looking for.
Danny dj –
a good course
Dominika Matyka –
I think this course is very valuable, a lot of exercises of MySQL queries and databases. One thing that could contain more exercises there are only examples is Section 19 JDBC.