What is database normalisation? | Insert, update and delete anomaly explained | Data Warehousing
Kishan Mashru
What is database normalisation? | Insert, update and delete anomaly explained | Data Warehousing
5:49
Star Schema and Snowflake Schema | Data Warehousing
Kishan Mashru
Star Schema and Snowflake Schema | Data Warehousing
10:25
Medallion Architecture - Bronze layer vs Silver layer vs Gold layer
Kishan Mashru
Medallion Architecture - Bronze layer vs Silver layer vs Gold layer
10:39
Fact table and Dimension table | Data Warehousing
Kishan Mashru
Fact table and Dimension table | Data Warehousing
7:56
How to get the exact error line number in Oracle PL/SQL?
Kishan Mashru
How to get the exact error line number in Oracle PL/SQL?
12:07
Centralized Version Control System (CVCs) and Distributed Version Control System (DVCs)
Kishan Mashru
Centralized Version Control System (CVCs) and Distributed Version Control System (DVCs)
4:34
What is Version Control System?
Kishan Mashru
What is Version Control System?
3:48
Oracle SQL Loader - How to load data from file(.csv, .dat, .txt) into table - Tutorial - 3
Kishan Mashru
Oracle SQL Loader - How to load data from file(.csv, .dat, .txt) into table - Tutorial - 3
16:44
Oracle SQL Loader - Control File Example - Tutorial -2
Kishan Mashru
Oracle SQL Loader - Control File Example - Tutorial -2
15:36
Oracle SQL Loader - Introduction - Tutorial -1
Kishan Mashru
Oracle SQL Loader - Introduction - Tutorial -1
7:47
Debugging Oracle PL/SQL code with ORACLE SQL DEVELOPER tool
Kishan Mashru
Debugging Oracle PL/SQL code with ORACLE SQL DEVELOPER tool
15:04
ORA-01940: cannot drop a user that is currently connected | Oracle Database Error Solved
Kishan Mashru
ORA-01940: cannot drop a user that is currently connected | Oracle Database Error Solved
6:12
How to solve ORA-28002: the password will expire warning
Kishan Mashru
How to solve ORA-28002: the password will expire warning
5:10
REF CURSOR AND SYS_REFCURSOR IN ORACLE PL/SQL WITH EXAMPLE
Kishan Mashru
REF CURSOR AND SYS_REFCURSOR IN ORACLE PL/SQL WITH EXAMPLE
25:07
On Delete cascade, On delete set null, on delete no action in sql | Interview question
Kishan Mashru
On Delete cascade, On delete set null, on delete no action in sql | Interview question
15:31
Foreign Key in SQL | Interview Question
Kishan Mashru
Foreign Key in SQL | Interview Question
16:01
DIFFERENCE BETWEEN PRIMARY KEY AND UNIQUE KEY CONSTRAINT IN ORACLE SQL
Kishan Mashru
DIFFERENCE BETWEEN PRIMARY KEY AND UNIQUE KEY CONSTRAINT IN ORACLE SQL
6:47
PRIMARY KEY of a database table explained!!
Kishan Mashru
PRIMARY KEY of a database table explained!!
12:43
UNIQUE KEY IN SQL | Interview question
Kishan Mashru
UNIQUE KEY IN SQL | Interview question
14:37
NOT NULL AND CHECK CONSTRAINT IN ORACLE SQL WITH EXAMPLE
Kishan Mashru
NOT NULL AND CHECK CONSTRAINT IN ORACLE SQL WITH EXAMPLE
11:09
DIFFERENCE BETWEEN PROCEDURE AND FUNCTION IN ORACLE PL/SQL WITH EXAMPLE
Kishan Mashru
DIFFERENCE BETWEEN PROCEDURE AND FUNCTION IN ORACLE PL/SQL WITH EXAMPLE
6:33
DYNAMIC SQL WITH EXECUTE IMMEDIATE IN ORACLE PL/SQL WITH EXAMPLE
Kishan Mashru
DYNAMIC SQL WITH EXECUTE IMMEDIATE IN ORACLE PL/SQL WITH EXAMPLE
21:53
How to copy a table with and without data in Oracle SQL | Create Duplicate table |Interview Question
Kishan Mashru
How to copy a table with and without data in Oracle SQL | Create Duplicate table |Interview Question
6:24
ADVANCE CREATE TABLE STATEMENT IN SQL
Kishan Mashru
ADVANCE CREATE TABLE STATEMENT IN SQL
14:24
TYPES OF SQL STATEMENTS | DDL, DML, TCS, control statements | Interview question
Kishan Mashru
TYPES OF SQL STATEMENTS | DDL, DML, TCS, control statements | Interview question
8:27
GLOBAL TEMPORARY TABLE (GTT) IN ORACLE SQL WITH EXAMPLES
Kishan Mashru
GLOBAL TEMPORARY TABLE (GTT) IN ORACLE SQL WITH EXAMPLES
13:46
Views in database | Oracle, SQL Server |
Kishan Mashru
Views in database | Oracle, SQL Server |
15:24
SEQUENCES IN ORACLE SQL WITH EXAMPLES (asc, desc, cycle, nocycle, cache, nocache)
Kishan Mashru
SEQUENCES IN ORACLE SQL WITH EXAMPLES (asc, desc, cycle, nocycle, cache, nocache)
24:39
LNNVL FUNCTION IN ORACLE SQL | Check NULL value in SQL statement
Kishan Mashru
LNNVL FUNCTION IN ORACLE SQL | Check NULL value in SQL statement
9:11
COALESCE IN ORACLE SQL
Kishan Mashru
COALESCE IN ORACLE SQL
6:50
NULLIF FUNCTION IN ORACLE SQL WITH EXAMPLE | Return null if expressions are equal
Kishan Mashru
NULLIF FUNCTION IN ORACLE SQL WITH EXAMPLE | Return null if expressions are equal
3:24
NVL2 FUNCTION IN ORACLE SQL WITH EXAMPLE
Kishan Mashru
NVL2 FUNCTION IN ORACLE SQL WITH EXAMPLE
5:40
HOW TO REPLACE NULL VALUE IN ORACLE SQL | NVL function explained
Kishan Mashru
HOW TO REPLACE NULL VALUE IN ORACLE SQL | NVL function explained
6:25
How to return multiple values from a function in oracle pl/sql ? (without using out parameter)
Kishan Mashru
How to return multiple values from a function in oracle pl/sql ? (without using out parameter)
14:19
HOW TO RETURN MULTIPLE VALUES FROM A PROCEDURE IN ORACLE PL/SQL? (USING OUT PARAMETERS)
Kishan Mashru
HOW TO RETURN MULTIPLE VALUES FROM A PROCEDURE IN ORACLE PL/SQL? (USING OUT PARAMETERS)
4:46
Difference between Case and Decode
Kishan Mashru
Difference between Case and Decode
10:14
DECODE FUNCTION IN ORACLE SQL
Kishan Mashru
DECODE FUNCTION IN ORACLE SQL
9:36
CASE STATEMENT(IF THEN ELSE) IN ORACLE SQL WITH EXAMPLE
Kishan Mashru
CASE STATEMENT(IF THEN ELSE) IN ORACLE SQL WITH EXAMPLE
6:28
ORDER multiple columns in SQL | Interview Question
Kishan Mashru
ORDER multiple columns in SQL | Interview Question
13:54
FUNCTIONS IN ORACLE PL/SQL (basic to advance examples)
Kishan Mashru
FUNCTIONS IN ORACLE PL/SQL (basic to advance examples)
19:50
DIFFERENT WAYS TO CALL / EXECUTE A PROCEDURE IN ORACLE PL/SQL? (Position, Named and Mixed Notations)
Kishan Mashru
DIFFERENT WAYS TO CALL / EXECUTE A PROCEDURE IN ORACLE PL/SQL? (Position, Named and Mixed Notations)
6:53
Procedures in Oracle PL/SQL
Kishan Mashru
Procedures in Oracle PL/SQL
23:50
User defined Exception in Oracle PL/SQL
Kishan Mashru
User defined Exception in Oracle PL/SQL
21:35
Exception handling in Oracle PL/SQL | too_many_rows, no_data_found, Oracle PL/SQL concepts
Kishan Mashru
Exception handling in Oracle PL/SQL | too_many_rows, no_data_found, Oracle PL/SQL concepts
14:01
SQLCODE AND SQLERRM IN ORACLE PL/SQL
Kishan Mashru
SQLCODE AND SQLERRM IN ORACLE PL/SQL
6:48
DYNAMIC SQL WITH EXECUTE IMMEDIATE IN ORACLE PL/SQL
Kishan Mashru
DYNAMIC SQL WITH EXECUTE IMMEDIATE IN ORACLE PL/SQL
19:41
Materialized Views in Oracle  (Part - 2 Practical Implementation with Examples)
Kishan Mashru
Materialized Views in Oracle (Part - 2 Practical Implementation with Examples)
13:10
Materialized Views in Oracle ( Part - 1 Introduction)
Kishan Mashru
Materialized Views in Oracle ( Part - 1 Introduction)
12:04
type and rowtype PL/SQL | difference between type and rowtype in pl sql |  Interview Question
Kishan Mashru
type and rowtype PL/SQL | difference between type and rowtype in pl sql | Interview Question
11:37
Wrapping Oracle PL/SQL code
Kishan Mashru
Wrapping Oracle PL/SQL code
8:27
DIFFERENCE BETWEEN CHAR AND VARCHAR2 DATATYPE IN ORACLE SQL
Kishan Mashru
DIFFERENCE BETWEEN CHAR AND VARCHAR2 DATATYPE IN ORACLE SQL
4:38
Merge Statement in Oracle SQL with Example (UPDATE/DELETE or INSERT)
Kishan Mashru
Merge Statement in Oracle SQL with Example (UPDATE/DELETE or INSERT)
15:04
How to use Pivot and Unpivot? (how to change rows to column and column to rows)
Kishan Mashru
How to use Pivot and Unpivot? (how to change rows to column and column to rows)
10:47
OUTER JOIN IN ORACLE SQL EXPLAINED (LEFT / RIGHT/ FULL OUTER JOIN) | Interview Question
Kishan Mashru
OUTER JOIN IN ORACLE SQL EXPLAINED (LEFT / RIGHT/ FULL OUTER JOIN) | Interview Question
10:33
Cross join in SQL | Interview question
Kishan Mashru
Cross join in SQL | Interview question
3:56
INNER JOIN IN ORACLE SQL WITH EXAMPLE | SQL INTERVIEW QUESTION
Kishan Mashru
INNER JOIN IN ORACLE SQL WITH EXAMPLE | SQL INTERVIEW QUESTION
12:58
Row Number, Rank and Dense Rank in sql | Analytical functions explained
Kishan Mashru
Row Number, Rank and Dense Rank in sql | Analytical functions explained
7:04
Replace and Translate in sql
Kishan Mashru
Replace and Translate in sql
3:46
HOW TO IDENTIFY AND DELETE DUPLICATE ROWS USING ROWID AND GROUPBY IN ORACLE SQL
Kishan Mashru
HOW TO IDENTIFY AND DELETE DUPLICATE ROWS USING ROWID AND GROUPBY IN ORACLE SQL
7:53
Difference between Procedure and Function
Kishan Mashru
Difference between Procedure and Function
6:33
How to commit in a trigger | Oracle PL SQL
Kishan Mashru
How to commit in a trigger | Oracle PL SQL
10:54
What is PRAGMA AUTONOMOUS_TRANSACTION in oracle?
Kishan Mashru
What is PRAGMA AUTONOMOUS_TRANSACTION in oracle?
12:17
What is High Water Mark(HVM) in oracle and how it effects the performance of queries?
Kishan Mashru
What is High Water Mark(HVM) in oracle and how it effects the performance of queries?
5:41
How to recover a dropped table in oracle? (without backup)
Kishan Mashru
How to recover a dropped table in oracle? (without backup)
16:52
Difference between Delete and Truncate and Drop in sql | Interview question
Kishan Mashru
Difference between Delete and Truncate and Drop in sql | Interview question
14:06
Cursors in Oracle PL/SQL | Oracle PLSQL concepts
Kishan Mashru
Cursors in Oracle PL/SQL | Oracle PLSQL concepts
21:53
UPDATE STATEMENT WITH JOIN IN ORACLE SQL
Kishan Mashru
UPDATE STATEMENT WITH JOIN IN ORACLE SQL
7:18
how to unlock oracle user account? ORA-28000: the account is locked
Kishan Mashru
how to unlock oracle user account? ORA-28000: the account is locked
2:34
Find the nth highest salary in sql (1st, 2nd, 3rd, ...nth )  | SQL Interview Question freshers
Kishan Mashru
Find the nth highest salary in sql (1st, 2nd, 3rd, ...nth ) | SQL Interview Question freshers
12:07
IN v/s EXISTS v/s JOIN, performance tuning | Interview question
Kishan Mashru
IN v/s EXISTS v/s JOIN, performance tuning | Interview question
4:56
How to solve ORA-28000: the account is locked
Kishan Mashru
How to solve ORA-28000: the account is locked
2:48
How to Join two tables in a update statement
Kishan Mashru
How to Join two tables in a update statement
7:18
Interview Question | How to find 2nd max salary in a table using analytical functions in oracle
Kishan Mashru
Interview Question | How to find 2nd max salary in a table using analytical functions in oracle
12:10
IN VS EXISTS VS JOIN, performance
Kishan Mashru
IN VS EXISTS VS JOIN, performance
5:04