The Complete Beginners Guide. MySQL Server DBMS and AWS RDS
The Complete Beginners Guide. MySQL Server DBMS and AWS RDS, available at $54.99, has an average rating of 4.88, with 59 lectures, based on 4 reviews, and has 1010 subscribers.
You will learn about Learn MySQL Server Database Management Basics to Advanced. With sessions to host DB in AWS RDS server MySQL commands and MySQL Workbench Start from the basic to advanced of MySQL database Combining both SQL commands and MySQL UI and sessions how to host the DB in Amazon Web Service This course is ideal for individuals who are Beginner who wants to learn the basics and advanced level of MySQL Database It is particularly useful for Beginner who wants to learn the basics and advanced level of MySQL Database.
Enroll now: The Complete Beginners Guide. MySQL Server DBMS and AWS RDS
Summary
Title: The Complete Beginners Guide. MySQL Server DBMS and AWS RDS
Price: $54.99
Average Rating: 4.88
Number of Lectures: 59
Number of Published Lectures: 59
Number of Curriculum Items: 59
Number of Published Curriculum Objects: 59
Original Price: $109.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn MySQL Server Database Management Basics to Advanced. With sessions to host DB in AWS RDS server
- MySQL commands and MySQL Workbench
- Start from the basic to advanced of MySQL database
- Combining both SQL commands and MySQL UI and sessions how to host the DB in Amazon Web Service
Who Should Attend
- Beginner who wants to learn the basics and advanced level of MySQL Database
Target Audiences
- Beginner who wants to learn the basics and advanced level of MySQL Database
Hello and welcome to my new course ‘The Complete Beginners Guide. DBMS with MySQL server’.
You already know that in this information technology age ‘data’ is everything. And a Database is the place where this information is stored in tables. There are two types of database. A structured database and also there is an unstructured or no-sql kind of database. We will see the SQL or the Structured Query kind of database. And the most popular one among the SQL databases is the MySQL server.
Here is an overview about the sessions that are included in this course.
In the first session, we will have an introduction to databases. Then we will see the concepts of SQL or Structured Query Language which is used in RDBMS.
Then we will see different types of SQL commands. Then the database objects And in the next session, we will move on to the basics of MySQL server. We will see how we can install the free and opensource version of MySQL server into your computer and then we will download the MySQL Workbench, which is a tool and an interface. And later we will connect MySQL Workbench with our MySQL server process that is running in the background.
And then we will proceed with the basic SQL database operation. We will create a database, we will list the database in the server, then we can select a database using the USE command and finally we will try demonstrating deleting a database using the DROP command. There is also an option to take a backup of the database.
And then we will move on with SQL basic table operations. We will have an overview of data types of SQL. Then we will have an overview of different SQL constraints and the difference between a primary key and foreign key. And finally we will start creating a table in our database. We will create it, we will try to delete it. We will try to alter it. And then we will move on to describing the table schema and inserting data into the table. Deleting data from the table, modifying data, then.. fetching the data all these basic table operations will be dealt with in this session.
And then we will go ahead and import a sample database. It’s a free sample database called the Northwind Traders database from Microsoft. We will download it and we will import that into our MySQL server. Later we will proceed with basic aggregate functions of SQL. We will see what is an aggregate function and then we will proceed with each and every aggregate function.
And then we will proceed with the basic clauses of SQL. We will see what is a clause and different
clauses. The first, Distinct clause, Group-by, Where clause, then Order-by, Having clause, Select and Grouping-sets. We will also have different examples for each and every clause that we learn. Then we will proceed with the basic operators of MySQL server. The basic operators include Comparison operators Union operator, Intersect, In operator, Not, Between, Is Null, Not Null. Then we have the Like, Exists operator. We will try different examples.
Then we will have an elaborate session with the MySQL server data-types. The popular ones. Then we will have a detailed session regarding the constraints in MySQL server. The constraints include Primary key, then Foreign key, Check then Unique then Default, Not Null constraints. The relationship between these tables and its columns are defined using a standard notation called the ER or Entity Relationship diagram. We will see what is an Entity, then we will see what is an Attribute and also what is the relationship in the ER diagram.
And then we will proceed with the popular string functions or string manipulation functions in MySQL server. These functions we can use to process a string inside our MySQL server. We will also have an overview about the popular SQL Date and Time functions which are used to manipulate date and time data inside MySQL server. And then we will proceed with the popular SQL mathematical operations. And also examples to demonstrate all these functions and then we will proceed with the SQL conversion functions which are used to perform data conversion inside SQL. We will try examples for these functions.
And then we will move on to an important topic called SQL Joins. This join clause in SQL will enable us to connect between different tables which are linked by some common key. The popular ones are Inner join, Outer join, then Cross Join and Self Join We will see detailed examples, demonstrations for each of these joins and then we will proceed with Stored Procedures in MySQL server. A block of re-usable SQL statements that are stored in the Server.
We will see an overview about the stored procedure. Then we will see how we can create a stored procedure. Then execute then how we modify, delete the stored procedure and also we will see how we can pass input parameters into. Return the processed parameters from the stored procedure.
And then we will see what is a sub-query inside MySQL server. We will see an overview of sub-query. We will try different examples of how we can create a sub-query. And then we will proceed with Views in MySQL server. We will see an overview about the views in SQL. Then, how we can create a view. We will try an example and how we can call the already created view. And then we will move on with MySQL server triggers. Different types of SQL triggers. We will try them with examples.
And then We will see different types of normalization. And then we will be discussing about the security risk called as the SQL Injection attack and the preventive measures that we can take. We will see a few demonstrations how a hacker can include an SQL injection statement into our MySQL server and get the data he wants.
In the final session, we will see see how we can configure an Amazon Web Service RDS or Relational Database Service. We will set the security groups for RDS and we will connect from our MySQL work bench to our remote db server. Then we will perform the normal sql operations.
And that’s all about the topics which are currently included in this quick course. The sample database and the materials have been uploaded and shared in a folder. I will include the link to download them in the last session or the resource section of this course. You are free to use that with no questions asked.
Also, after completing this course, you will be provided with a course completion certificate which will add value to your portfolio.
So that’s all for now. See you soon in my classroom.
Happy Learning !!
Course Curriculum
Chapter 1: Course Introduction and Table of Contents
Lecture 1: Course Introduction and Table of Contents
Chapter 2: Introduction to Database and Database Management Systems
Lecture 1: Introduction to Database and Database Management Systems
Chapter 3: Introduction to SQL and NoSQL Databases
Lecture 1: Introduction to SQL and NoSQL Databases
Chapter 4: Installing MySQL Server and MySQL Workbench
Lecture 1: Installing MySQL Server and MySQL Workbench
Chapter 5: Introduction to Types of SQL Commands
Lecture 1: Introduction to Types of SQL Commands
Chapter 6: Basic Database Operations in MySQL
Lecture 1: Basic Database Operations in MySQL
Chapter 7: Export and Import Database
Lecture 1: Export and Import Database
Chapter 8: User Management and Privilege grant and revoke in MySQL
Lecture 1: User Management and Privilege grant and revoke in MySQL
Chapter 9: Table Operations – Overview of SQL Data Types and Constraints
Lecture 1: Table Operations – Overview of SQL Data Types and Constraints
Chapter 10: Create Alter Drop Table using MySQL Workbench
Lecture 1: Create Alter Drop Table using MySQL Workbench
Chapter 11: Create and Show Table using MySQLCommands
Lecture 1: Create and Show Table using MySQLCommands
Chapter 12: Alter Table using MySQLCommands
Lecture 1: Alter Table using MySQLCommands
Chapter 13: Inserting Data into the Table
Lecture 1: Inserting Data into the Table
Chapter 14: Updating Data from the Table
Lecture 1: Updating Data from the Table
Chapter 15: Delete and Drop
Lecture 1: Delete and Drop
Chapter 16: Importing Northwind Database
Lecture 1: Importing Northwind Database
Chapter 17: Min and Max Aggregate Functions
Lecture 1: Min and Max Aggregate Functions
Chapter 18: Sum and Avg Aggregate Functions
Lecture 1: Sum and Avg Aggregate Functions
Chapter 19: Count and Limit Aggregate Functions
Lecture 1: Count and Limit Aggregate Functions
Chapter 20: Distinct and Group by Clause
Lecture 1: Distinct and Group by Clause
Chapter 21: Where Clause with Operators
Lecture 1: Where Clause with Operators
Chapter 22: Order by clause
Lecture 1: Order by clause
Chapter 23: Having Clause
Lecture 1: Having Clause
Chapter 24: Select Clause
Lecture 1: Select Clause
Chapter 25: Basic MySQL Operators – Comparision Operators
Lecture 1: Basic MySQL Operators – Comparision Operators
Chapter 26: In Between Null and Not Operators
Lecture 1: In Between Null and Not Operators
Chapter 27: Like and Exists Operators
Lecture 1: Like and Exists Operators
Chapter 28: Union Operator
Lecture 1: Union Operator
Chapter 29: Intersect Operator
Lecture 1: Intersect Operator
Chapter 30: Data Types in MySQL Introduction
Lecture 1: Data Types in MySQL Introduction
Chapter 31: MySQL DataTypes Examples
Lecture 1: MySQL DataTypes Examples
Chapter 32: MySQL Constraints – Primary Key
Lecture 1: MySQL Constraints – Primary Key
Chapter 33: MySQL Constraints – Unique Key
Lecture 1: MySQL Constraints – Unique Key
Chapter 34: MySQL Constraints – Foreign Key
Lecture 1: MySQL Constraints – Foreign Key – Part 1
Lecture 2: MySQL Constraints – Foreign Key – Part 2
Chapter 35: MySQL Constraints – Check
Lecture 1: MySQL Constraints – Check
Chapter 36: MySQL Constraints – Default
Lecture 1: MySQL Constraints – Default
Chapter 37: String Functions
Lecture 1: String Functions
Chapter 38: Date Functions
Lecture 1: Date Functions
Chapter 39: Math Functions
Lecture 1: Math Functions
Chapter 40: ER Model Introduction
Lecture 1: ER Model Introduction
Chapter 41: Joins Introduction and Demo Table Creation
Lecture 1: Joins Introduction and Demo Table Creation
Chapter 42: Inner Join
Lecture 1: Inner Join
Chapter 43: Left and Right Outer Join
Lecture 1: Left and Right Outer Join
Chapter 44: Self Join
Lecture 1: Self Join
Chapter 45: Cross Join
Lecture 1: Cross Join
Chapter 46: Stored Procedure
Lecture 1: Stored Procedure
Chapter 47: Stored Procedure IN Parameter
Lecture 1: Stored Procedure IN Parameter
Chapter 48: Stored Procedure OUT Parameter
Lecture 1: Stored Procedure OUT Parameter
Chapter 49: Stored Procedure INOUT Parameter
Lecture 1: Stored Procedure INOUT Parameter
Chapter 50: MySQL Subquery
Instructors
-
Abhilash Nelson
Computer Engineering Master & Senior Programmer at Dubai
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 1 votes
- 5 stars: 3 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024