How to create a table in PostgreSQL [Terminal + pgAdmin]

PostgreSQL Table Name pgAdmin

In this tutorial, we will learn how to create a table in PostgreSQL. Also, we will demonstrate the step-by-step guide to create a table using SQL Shell (psql) and also by using pgAdmin in PostgreSQL. By the end of this tutorial, you will have complete knowledge of creating a table in PostgreSQL. How to create … Read more >>

SQL Server Convert Function + Examples

SQL Server Convert Function

In this SQL Server tutorial, we will discuss SQL Server Convert() function, Different SQL Server Convert Examples, and cover the below topic. For all the examples, I have used SQL server 2019 and SQL Server management studio. SQL Server Convert Function In SQL Server, Convert() is a function used to convert an expression from one data type … Read more >>

SQL Server Port – Details Guide

sql server port

In this SQL Server tutorial, we will learn about the SQL Server port numbers and how to change the SQL server 2019 default port number. We will learn how the port configurations work in SQL Server 2019 with the help of SQL Server Management Studio. SQL Server port number In this section, we will learn … Read more >>

SQL Server Substring Function [9 Examples]

SQL Server Substring Example

In this SQL Server 2019 tutorial, we will discuss what is SQL Server Substring function, SQL Server Left Substring, and will cover the below topic. SQL Server Substring Function In SQL Server, substring() is a SQL function that is used to extract a specific part from any particular string based on user requirements. The substring function extracts a … Read more >>

Advanced Stored Procedure Examples in SQL Server (17 Examples)

advanced stored procedure examples in sql server

In this tutorial, we will know about Advanced Stored Procedures in SQL Server. As we proceed further, we will see more advanced stored procedure examples in sql server. We will demonstrate these examples on SQL Server 2019. Also, we will be using SQL Server Management Studio because it is easy to understand things in a … Read more >>

How to export data from SQL Server to Excel

Import to Excel Choose Destination

In several scenarios, we need to use some data which is available in SQL Server, but we need it in MS Excel. Instead of putting every data manually into Excel, the SQL Server provides an option to import and export data from SQL Server to Excel sheets. In this tutorial, we will learn various methods … Read more >>

How to Create a Database in SQL Server 2019 [Step by Step]

how to create a database in sql server 2019

In this SQL Server 2019 tutorial, we will discuss what is SQL Server Database, Types of Databases in SQL Server, and How to Create a Database in SQL Server 2019, and will cover the below topic. Introduction to SQL Server Database Types of SQL Server Databases The SQL Server mainly consists of two types of databases: System … Read more >>

PostgreSQL installation on Linux step by step

PosgreSQL installation on Linux

In this tutorial, we will learn how to install PostgreSQL on Linux. We will be demonstrating the installation of PostgreSQL on Ubuntu which is a Debian distro. By the end of this tutorial, you will have complete knowledge of PostgreSQL installation on Linux step by step and the below things: PostgreSQL installation on Linux (Ubuntu … Read more >>

SQL Server 2019 New Features + Security Features

sql server 2019 new features

In this SQL Server 2019 tutorial, we will discuss an overview of SQL Server 2019, various SQL Server 2019 new features, and discontinued features, and will cover the below topic. Introduction to SQL Server 2019 SQL Server was introduced in the year 1989 by Microsoft as a Rational Database Management System (RDBMS) established primarily to … Read more >>