Understanding PostgreSQL SUBSTRING function
SQL Shack
by Rajendra Gupta
6M ago
PostgreSQL is an open-source, object-oriented relational database system with reliability, performance, and robustness. It supports SQL (relational) and JSON (non-relational) queries.PostgreSQL’s popular features include Multi-Version Concurrency Control (MVCC), point-in-time recovery, granular access controls, tablespaces, and asynchronous replication. Data refactoring is a common requirement in data mining operations. Data stored in a table requires transformations based ..read more
Visit website
How to create and query the Python PostgreSQL database
SQL Shack
by Haroon Ashraf
7M ago
This article is all about creating and querying Python PostgreSQL database in a simple and easy way. Additionally, the readers of this article are going to learn to set up the environment before they can create and query the PostgreSQL database in Python. This article is suitable for both beginners and professionals who are keen ..read more
Visit website
Oracle Substring function overview with examples
SQL Shack
by Gauri Mahajan
9M 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
11M 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
1y 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
1y 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
1y 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
1y 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
1y 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
1y 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

Follow SQL Shack on FeedSpot

Continue with Google
Continue with Apple
OR