1. Урок 1. 00:05:56
    Course Architecture : Must for Everyone
  2. Урок 2. 00:01:54
    Database Setup Introduction
  3. Урок 3. 00:06:15
    Approach-1: Mysql Server Installation
  4. Урок 4. 00:04:52
    MySQL Client Installation : Workbench
  5. Урок 5. 00:04:33
    Setup Tables and Data for practice
  6. Урок 6. 00:02:38
    Approach-2: Execute SQL query online
  7. Урок 7. 00:09:04
    What is Database Testing
  8. Урок 8. 00:06:28
    Select Query Basics : Fetch Data from Table
  9. Урок 9. 00:11:31
    Select data from table : Data filtration using WHERE Clause
  10. Урок 10. 00:08:34
    Select Query : Data Filtration : Where Clause with Logical AND and OR
  11. Урок 11. 00:12:29
    Select Query : Data Filtration using List and Range
  12. Урок 12. 00:05:48
    Fetch unique data from column and Table structure
  13. Урок 13. 00:07:44
    Display data with Column Alias
  14. Урок 14. 00:08:26
    Display data in Sorting order
  15. Урок 15. 00:15:45
    Select data with Pattern Matching - Part 1
  16. Урок 16. 00:07:22
    Select data with Pattern Matching - Part 2
  17. Урок 17. 00:08:36
    SQL - SubQuery
  18. Урок 18. 00:03:35
    Select Query : Fetch Null data
  19. Урок 19. 00:03:24
    Arithmetic operations on Column data
  20. Урок 20. 00:13:00
    SQL - Delete data from tables( Delete | Drop | Truncate)
  21. Урок 21. 00:06:04
    Group Functions
  22. Урок 22. 00:13:55
    Display data with Grouping
  23. Урок 23. 00:10:16
    Filter data before and after Grouping
  24. Урок 24. 00:02:31
    What is Join
  25. Урок 25. 00:08:04
    Cross or Cartesian Join
  26. Урок 26. 00:11:26
    Inner Join | Equi Join | Simple Join
  27. Урок 27. 00:08:07
    Left Join | Left Outer Join
  28. Урок 28. 00:06:52
    Right Join | Right Outer Join
  29. Урок 29. 00:05:04
    Full Join | Full Outer Join
  30. Урок 30. 00:07:37
    Self Join
  31. Урок 31. 00:08:31
    Create Tables by Coping another Table
  32. Урок 32. 00:09:49
    Create Table
  33. Урок 33. 00:11:02
    Insert data into table
  34. Урок 34. 00:10:32
    Update data of a table
  35. Урок 35. 00:11:05
    Update Table Structure
  36. Урок 36. 00:16:49
    SQL - Views
  37. Урок 37. 00:07:29
    SQL - Indexes
  38. Урок 38. 00:08:13
    SQL- Union & Union All
  39. Урок 39. 00:06:41
    SQL - Not Null constraint
  40. Урок 40. 00:04:46
    Check Constraint
  41. Урок 41. 00:05:01
    Default Constraint
  42. Урок 42. 00:05:04
    SQL - Unique Key constraint
  43. Урок 43. 00:10:24
    Primary Key
  44. Урок 44. 00:10:43
    Foreign Key
  45. Урок 45. 00:01:41
    Difference between Primary Key and Unique Key
  46. Урок 46. 00:03:38
    Copy a Table without Structure
  47. Урок 47. 00:10:38
    Find 2nd(Any number) Highest | Lowest Salary of Employee
  48. Урок 48. 00:05:42
    Find Duplicate Records
  49. Урок 49. 00:12:00
    Why as Tester, you should learn Unix/ Linux
  50. Урок 50. 00:02:30
    Environment for Unix/Linux Commands Practice
  51. Урок 51. 00:09:19
    Setup Environment on Windows Machine
  52. Урок 52. 00:07:40
    Start working with Basic Commands
  53. Урок 53. 00:14:46
    Working with Directories - Part 1
  54. Урок 54. 00:04:44
    Working with Directories - Part 2
  55. Урок 55. 00:12:16
    Different option to create files
  56. Урок 56. 00:10:58
    Listing files and Folders
  57. Урок 57. 00:11:25
    All uses of CAT command
  58. Урок 58. 00:02:05
    Setup Sample Data
  59. Урок 59. 00:06:40
    Check complete file content : CAT Command
  60. Урок 60. 00:07:05
    Check file content : Top few lines
  61. Урок 61. 00:03:31
    Check file content : bottom few lines
  62. Урок 62. 00:05:07
    Check file content : with Paging - More Command
  63. Урок 63. 00:02:26
    Check file content : with Paging - Less Command
  64. Урок 64. 00:01:39
    Check file content : with VIM editor
  65. Урок 65. 00:04:00
    Commonly Asked Question : Get few lines from middle of the File
  66. Урок 66. 00:05:58
    What is Grep | Search data in 1 file
  67. Урок 67. 00:04:04
    Search data in more than 1 files
  68. Урок 68. 00:03:38
    Search data in all files of current directory
  69. Урок 69. 00:04:40
    Search data by ignoring case
  70. Урок 70. 00:03:12
    Search Data : Display Line number
  71. Урок 71. 00:12:36
    Copy file/folder from one location to another location - Part 1
  72. Урок 72. 00:06:11
    Copy file/folder from one location to another location - Part 2
  73. Урок 73. 00:07:53
    Cut file/ folder from one location to another location
  74. Урок 74. 00:02:50
    Rename File and Folder
  75. Урок 75. 00:03:41
    Check File Detail
  76. Урок 76. 00:06:14
    Sort File Data
  77. Урок 77. 00:02:31
    History Command
  78. Урок 78. 00:08:35
    Fetch Uniq data
  79. Урок 79. 00:03:31
    Basic System Commands
  80. Урок 80. 00:07:59
    Shell Scripting Basics
  81. Урок 81. 00:11:20
    Write First Shell Script
  82. Урок 82. 00:06:02
    Take User Input
  83. Урок 83. 00:06:29
    Shell script with simple shell commands
  84. Урок 84. 00:11:20
    Shell Scripting - Use Case 1
  85. Урок 85. 00:06:26
    Shell Scripting - Use Case 2
  86. Урок 86. 00:09:17
    Update Shell Script - Printf & RANDOM
  87. Урок 87. 00:04:19
    Shell Basics
  88. Урок 88. 00:04:48
    First Shell Script
  89. Урок 89. 00:08:13
    Variable in Shell Script
  90. Урок 90. 00:03:19
    User interaction for input
  91. Урок 91. 00:06:35
    Command line Argument
  92. Урок 92. 00:08:59
    Condition handling - If else
  93. Урок 93. 00:07:15
    Condition Handling - Multiple conditions
  94. Урок 94. 00:02:54
    SQL - Select Query Basics
  95. Урок 95. 00:05:05
    SQL- Select with Where clause
  96. Урок 96. 00:05:13
    SQL - Select data (In & Between)
  97. Урок 97. 00:03:56
    SQL - Select data(With Sorting)
  98. Урок 98. 00:02:01
    SQL - Select Unique data(Distinct)
  99. Урок 99. 00:04:40
    SQL - Select data( Patten matching - Like)
  100. Урок 100. 00:02:24
    SQL - Subquery
  101. Урок 101. 00:05:56
    SQL - Delete data from tables( Delete | Drop | Truncate)
  102. Урок 102. 00:03:20
    Group Functions
  103. Урок 103. 00:05:37
    Create Tables
  104. Урок 104. 00:02:10
    Insert data into Tables
  105. Урок 105. 00:02:36
    Update data in Tables
  106. Урок 106. 00:05:43
    SQL - Group By & Having
  107. Урок 107. 00:04:23
    SQL - Not Null constraint
  108. Урок 108. 00:03:58
    SQL - Unique Key constraint
  109. Урок 109. 00:03:12
    SQL - Views
  110. Урок 110. 00:03:52
    SQL - Indexes
  111. Урок 111. 00:03:13
    SQL - Primary key constraint
  112. Урок 112. 00:03:04
    SQL - Difference between Unique and Primary key
  113. Урок 113. 00:03:55
    Cross or Cartesian Join
  114. Урок 114. 00:06:45
    Inner Join | Equi Join | Simple Join
  115. Урок 115. 00:05:37
    Outer Join( Left and Right outer)
  116. Урок 116. 00:05:34
    Self Join
  117. Урок 117. 00:03:37
    File Comparison
  118. Урок 118. 00:04:09
    Why we need to learn Unix ?
  119. Урок 119. 00:04:08
    Unix Basic Commands
  120. Урок 120. 00:04:33
    Working with Log files
  121. Урок 121. 00:09:56
    Backup commands
  122. Урок 122. 00:02:51
    Search content
  123. Урок 123. 00:02:49
    Working with Memory
  124. Урок 124. 00:03:16
    Miscellaneous commands
  125. Урок 125. 00:01:42
    Processes
  126. Урок 126. 00:02:28
    Advance Process work