Introduction to Advanced Database Features using SQL
  • Introduction
  • Concept of Data Abstraction and Views
  • Creating Views on Tables using SQL
  • Practical Video – Create and Drop view
  • Concept of Sequence and its use in table data insertion
  • Practical Video - Create Sequence
  • Concept of Index
  • Practical Video - Create and Drop Index
  • Concept of Synonym and Creating Synonym using SQL