
Python Decorators
Python Decorators This page covers Python Decorators. Similar to the idea of a gift decoration, Python decorators wrap functions. The...

Python List Comprehension
Python List Comprehension This tutorial covers Python list comprehension. List comprehension offers a more efficient and flexible way of managing...

SQL Copy
SQL Copy This tutorial covers SQL Copy. Here we explore the concept of copying data from one table to another....

SQL Procedure
SQL Procedure This page covers SQL Stored Procedure. The concept of procedures is very similar to functions in many other...

SQL Case
SQL Case This page covers SQL Case. The concept of “case” is very similar to the “if/else” statements in many...

SQL Joins
SQL Joins This tutorial covers SQL Joins. Joins perform retrieval of data from two or more tables based on certain...

SQL Set
SQL Set This tutorial covers SQL Set operators. Set operators allow concatenation of two queries. In other words, they combine...

SQL Having
SQL Having This page covers SQL Having clause. The statement “having” adds a specified condition to a “select” statement. It...

SQL Group By
SQL Group By This tutorial covers SQL Group By statement. As the name suggests ,the “group by” clause performs grouping...

SQL Order By
SQL Order By This page covers SQL Order By clause. As the name suggests ,the “order by” statement can perform...