Comparison Operators in SQL Server

Comparison Operators in SQL Server

In this SQL Server tutorial, I will explain the various comparison operators supported by SQL Server including the non-ISO standard operators. I will explain various operators along with their usage and examples. SQL Server Comparison operators check if any two expressions are the same or not and return a boolean value. In SQL Server there … Read more >>

How to delete a view in SQL Server

How to delete a view in SQL Server using query

In this SQL Server tutorial, we will understand how to delete a view in SQL Server. Additionally, we will also cover the following related topics. How to delete a view in SQL Server Before understanding the methods to delete a view in SQL Server, we have to discuss a few things. First, we need to understand the required … Read more >>

View in SQL Server

How to create a view using a script in SQL Server

In this SQL Server tutorial, we are going to learn about a view in SQL Server. And we also cover various methods to create a SQL Server View. Here is the complete list of topics that we will discuss. What is a view in SQL Server In SQL Server, a VIEW is just like a virtual table … Read more >>

How to Check Oracle Database Version

How to Check Oracle Database Version in SQL Developer

In this Oracle tutorial, we will learn how to check oracle database version. Also, we will cover these topics. How to Check Oracle Database Version in Linux In this section, we will learn how to check the oracle database version in Linux using the command line or Terminal. Using the below command on a terminal … Read more >>

MongoDB check if the document exists

MongoDB check if a document exists query

In this MongoDB tutorial, we are going to learn “How to check if the document exists In MongoDB” with a few examples. We will cover this by implementing various operations with examples. The following list topics we are going to cover in this tutorial: MongoDB check if the document exists query In MongoDB, you can check the existence … Read more >>

SQL Server bulk insert from CSV file

SQL Server bulk load from CSV

In this SQL Server tutorial, you will learn how to bulk insert data from CSV files in SQL Server. I will use various examples for demonstration purposes. How to bulk insert in SQL Server from CSV Bulk insert is a technique to move a large amount of data from a source to a new destination. … Read more >>

How to Get List all Tables in Oracle Database

Get list of all tables in Oracle

In this Oracle tutorial, we will learn how to write a query to list all tables in oracle database. Also, we will cover these topics. Query to List all Tables in Oracle Database In this section, we will learn how to write a query to list all tables in oracle database. This is how to … Read more >>

Oracle 19c installation on Windows 10 + Video Tutorial

Oracle 19c installation on windows 10

In this Oracle tutorial, we will see a complete step-by-step on Oracle 19c installation on Windows 10. Also, we will see, how to install oracle database 21c on windows 10. Also, we will cover these topics. Brief History of Oracle database & its versions Oracle database is a powerful and safe relational database software created … Read more >>

How to delete documents in MongoDB

How to delete the documents in MongoDB example

In this MongoDB tutorial, we are going to learn to “delete the documents in MongoDB” with a few examples. We will cover this by implementing various operations with examples. The following list topics we are going to cover in this tutorial: How to delete the documents in MongoDB query The MongoDB shell provides the following method to delete … Read more >>

SQL Operand data type real is invalid for modulo operator

Operand data type real is invalid for modulo operator

In this SQL Server article, I will share my experience with the error “SQL Operand data type real is invalid for modulo operator“. We will see, how to fix the error, sql operand data type float is invalid for modulo operator. The modulus operator behaves differently with different data types. Recently, I was trying to … Read more >>

Top 200 SQL Server Interview Questions and Answers

Free PDF On Top 200 SQL Server Interview Questions And Answers

Download A 40 pages PDF And Learn Now.