DBMS

Here, you’ll find articles, news, and resources covering all areas of DBMS. Topics include Data storage and physical design, Declarative languages and runtime systems, Data cleaning, data transformation, and crowdsourcing, and more.


Exploring the various Postgres data types

Rajendra Gupta

May 24, 2022
7 min read

Exploring the various Postgres data types

Relational databases organize data into tables, which are made up of rows and columns. Each table has one or more columns and each column has a specific...

Continue Reading
A beginner’s guide to SQL tables

Rajendra Gupta

Nov 17, 2021
5 min read

A beginner’s guide to SQL tables

In this article, we’ll explore the different types of SQL tables and best practices for creating user-defined tables in SQL Server.