How To Check MariaDB Version [Several Ways]

How to check mariadb version

In this MariaDB Tutorial, we are going to learn How to check the MariaDB version on the different operating systems. Additionally, we will cover the following topics. How To Check MariaDB Version In Linux How To Check MariaDB Version In Windows How To Check MariaDB Version In Ubuntu How To Check MariaDB Version In Heidisql … Read more >>

SQL Server Datetime functions examples

SQL Server first day of month

In this SQL Server tutorial, we will discuss some examples related to the DateTime data type in SQL Server. We will also discuss some SQL Server DateTime functions that you can use to get the date and time information. SQL Server first day of month In some scenarios, you may need to find the first day of … Read more >>

Pass parameters to view in SQL Server

Can we pass parameters to a view in SQL Server

In this SQL Server tutorial, we will discuss how to pass parameters to view in SQL Server. Further, we will also illustrate the following topics in this tutorial. Can we pass parameters to a view in SQL Server? No, in SQL Server, we cannot pass parameters to a view. And it can be considered as one main limitation … Read more >>

Drop stored procedure SQL Server

Drop stored procedure SQL Server query

In this SQL Server tutorial, we will discuss how to drop a stored procedure in SQL Server. I will explain what are the various methods to drop stored procedures with the help of some examples. Prerequisite for this tutorial: What is a stored procedure in sql server How to drop stored procedure SQL Server? If you want … Read more >>

Difference between table and view in SQL Server

Table vs view in SQL Server

In this SQL Server tutorial, we will understand the difference between table and view in SQL Server. Moreover, we will also discuss the following topics in this tutorial. Is a view a table in SQL Server? A view in SQL Server is just like a virtual table created from a result set of a SQL query. A view … Read more >>

How to insert a row in a view in SQL Server

SQL Server insert into view multiple tables

In this SQL Server tutorial, we will learn how to insert a row in a view in SQL Server. Additionally, we will also cover the following set of topics. Can we insert data into view in SQL Server In SQL Server, a VIEW is just like a virtual table that holds data from one or more than … Read more >>

MongoDB return only matching array elements

MongoDB return only matching array elements query

In this MongoDB tutorial, we will learn to return only matching array elements in MongoDB. We will cover this topic with distinct operations and examples. The following topics that we are going to cover in this tutorial: MongoDB return only matching array elements query MongoDB provides the $elemMatch operator to limit the content of a <array> field … Read more >>

Alter Table Add Column Oracle

oracle database alter table add column

In this Oracle tutorial, we will cover the use of Alter table add column in Oracle. Here we will learn how to perform alter table columns in the oracle database. Also, we will cover these topics. Note: All the dataset used in this tutorial is from Kaggle and we do not guarantee accuracy. The dataset is … Read more >>

How to Call a View in SQL Server

How to Call a view in SQL Server

While working on the SQL Query, I needed to call a function in view in SQL Server. I researched and found a simple method to do so. In this SQL Server tutorial, we will learn how to call a view in SQL Server using some examples. Additionally, we will also cover the following set of topics. How to … Read more >>

Indexed views in SQL Server

Create indexed view in SQL Server example

In this SQL Server tutorial, we will discuss the indexed views in SQL Server. I will explain what are indexed views, how to create them, and when to use them. What is an indexed view in SQL Server? An indexed view in SQL Server is a view on which a unique clustered index is created. We … 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.