Oracle Substring function overview with examples
SQL Shack
by Gauri Mahajan
1M ago
In this article, we will learn how to set up an Oracle instance, create sample data and understand the use of the substring function. Introduction Structured data is hosted typically in relational database management systems in data objects like tables. Tables have attributes that have a data type associated with them to accommodate various types ..read more
Visit website
Configure backup storage redundancy for Azure Cosmos DB account
SQL Shack
by Manvendra Singh
2M ago
This article will explain backup storage redundancy for Azure Cosmos DB. Backups are a critical feature to keep copies of our data to ensure data protection and recoverability in case of any accidental deletion, updating, or any kind of disaster. But this is not enough to run backups only to save its copies. We must ..read more
Visit website
SQL Performance Tuning tips for newbies
SQL Shack
by Esat Erkec
3M ago
The purpose of this article is to give newbies some basic advice about SQL performance tuning that helps to improve their query tuning skills in SQL Server. Introduction The performance tuning aims to optimize and reduce the response time of the queries so that we can provide fast and reliable access to data for the ..read more
Visit website
Understanding the SQL IN operator with examples
SQL Shack
by Arindam Mondal
4M ago
Today we will learn about the SQL IN operator. The RDBMS systems are very popular today in terms of data storage, data security, and data analysis. SQL stands for Structured Query Language which is used to create, update, or retrieve data in RDBMS or Relational Database Management Systems like SQL Server, Oracle, Microsoft Access, MySQL ..read more
Visit website
Finding Duplicates in SQL
SQL Shack
by Rahul Mehta
6M ago
This article will provide an understanding of identifying duplicate values in SQL. Introduction SQL Server is one of the most widely used databases at the current time. Many huge organizations have been using it for decades now. Many Datawarehouse banks on storing data in SQL and processing it for advanced analytics and insights. Even visualization ..read more
Visit website
Difference between SQL SELECT UNIQUE and SELECT DISTINCT
SQL Shack
by Manvendra Singh
6M ago
Today, we will learn the difference between SQL SELECT UNIQUE and SELECT DISTINCT in this article. As we all know that SQL is a query language that is used to access, create, delete, and modify data stored in a database system like SQL Server, Oracle, MySQL, etc. All these database systems have their query language ..read more
Visit website
An overview of SQL Server monitoring tools
SQL Shack
by Hadi Fadlallah
8M ago
This article explains some of the popular SQL Server monitoring tools and techniques. Database monitoring: a quick reminder Database monitoring is a set of tools and techniques used to create and maintain an application infrastructure that is highly available and performs at high speed. It helps track the resource consumption, such as the amount of ..read more
Visit website
PostgreSQL tutorial to create a user
SQL Shack
by Daniel Calbimonte
9M ago
Introduction to the PostgreSQL tutorial to create a user In this article, we will show a PostgreSQL tutorial to create a user using PgAdmin and PL/PgSQL. Requirements PgAdmin installed. In this example, the PgAdmin 4 version 6.12 was used. PostgreSQL installed. Tutorial to create a user in PGAdmin Open PGAdmin and connect to the server ..read more
Visit website
MySQL substring uses with examples
SQL Shack
by Rahul Mehta
10M ago
This article will provide an understanding of different ways to use substring in MySQL. Introduction MySQL is an open-source relational database management system. It is a widely used relational database management system in the entire world. MySQL like any other database can store different types of data. One of the most used data types is ..read more
Visit website
An introduction to PostgreSQL Data Types with examples
SQL Shack
by Arindam Mondal
11M ago
This article will show PostgreSQL Data Types with various examples. Data Types are an important part of a database. It represents values associated with it. Choosing the right data type for a table is one of the most important tasks because it determines the kind of data we want to store in a table. While ..read more
Visit website

Follow SQL Shack on FeedSpot

Continue with Google
Continue with Apple
OR