
Learn the basics of sql in a simplified manner, a non procedural query language used to perform insert, update, delete, and select operations by submitting structured requests to a database.
This video sessions shows how we can work on Oracle without installing this on machine. We just need Internet to access this over cloud server and we can execute SQL and PL/SQL code from browser.
Demonstrate how to create a student table, define column types, and perform basic SQL operations—insert, select, update, delete, and simple ordering—using practical examples.
Learn how not null, unique, and primary key constraints enforce data integrity in a student table, including single and composite keys that ensure mandatory and unique values.
Explore the foreign key constraint to enforce data integrity between employee and department data, using a master department table and on delete options such as cascade and set null.
Demonstrates creating a master table and an employee table with a foreign key constraint referencing department numbers, and shows how on delete cascade and undelete options enforce or relax integrity.
Learn to use alter table to add columns or constraints to an existing table, modify or drop columns, and define foreign keys and constraints, with examples on a student table.
After completion of this video learner will able to modify and drop existing constraints.
Use left and right outer joins to display all departments with their employees, including departments without matches, as demonstrated in the session.
Learn to use a self join in sql to pair employees with managers, handle missing managers with left joins, and identify those who joined before their managers.
Master grouping with the group by clause and aggregate functions, producing department totals, per gender or city summaries, with optional where and order by.
Learn SQL in a simplified manner is one of the best SQL course on Udemy crafted in a way that it would serve both the beginner and software professionals who want to learn or refresh their knowledge on one of the most in demand skill of tech world - SQL. The course is designed in a way that one could complete it in less than 4 weeks with 0 prior experience to programming.
Who is the course for?
This course is designed for the learners who are:
beginners in this field
want to prepare for University examinations
want to prepare for placement interviews
software professionals who want to quick start there carrier as SQL expert
in a short time span.
What topics will this course cover?
Create Tables in SQL
Perform Basic Operations of database like Insert, Update, Delete and Retrieve with SQL
Integrity Constraints
Alteration in existing table structure
Learn to Join one and more Tables in the database
Learn Grouping of Data
What will you achieve?
By the end of the course, you'll be able to...
Design tables to store data
Demonstrate the use of Insert, Update, Delete and Retrieve operations on database
Apply integrity constraints during creation of tables
Perform alteration in structure of existing table
Access data from multiple tables with the use of Join operations
Perform grouping of data on one or more columns
Perform selection of groups
Explore the use of database in modern world
Learn and Explore the world of Database !
HAPPY LEARNING !!!!