codehubs

How To Create Table Using Query In SQL

In this article, we will learn how to create a Table using SQL query. To create a new table in…

5 years ago

How To Use DENSE_RANK() Function In SQL

In this article, we will learn how to use the DENSE_RANK() function with a SQL select query. The DENSE_RANK() is a…

5 years ago

How To Use RANK() Function In SQL

In this article, we will learn how to use the RANK() function with a SQL select query. The RANK() is a…

5 years ago

How To Use ROW_NUMBER() Function In SQL

In this article, we will learn how to use ROW_NUMBER() function with a SQL select query. The ROW_NUMBER() is a window…

5 years ago

How To Get Backup Of SQL DB Using Query

In this article, we will learn how to get a full backup of the database using SQL query. To create…

5 years ago

How To Delete/Drop SQL DB Using Query

In this article, we will learn how to delete/drop a Database using SQL query. To drop an existing SQL database,…

5 years ago

How To Create SQL DB Using Query

In this article, we will learn how to create a Database using SQL query. To create a new SQL database,…

5 years ago

How To Use Comments In SQL

In this article, we will learn how to use the Comments in SQL. Comments can be used to explain sections…

5 years ago

How To Use WHILE Loop In SQL

In this article, we will learn how to use the WHILE loop in SQL. The WHILE loop loops through a…

5 years ago

How To Use Case Statement In SQL

In this article, we will learn how to use the Case statement in SQL. In SQL, the CASE statement goes…

5 years ago