PostgreSQL Tutorial: Data Types
Summary: in this tutorial, you will learn about PostgreSQL data types including Boolean, character, numeric, temporal, array, json, uuid, and special types.
Summary: in this tutorial, you will learn about PostgreSQL data types including Boolean, character, numeric, temporal, array, json, uuid, and special types.
Summary: in this tutorial, you will learn how to how to work with PostgreSQL JSONB data type and some useful operators and functions for handling JSONB data.
Summary: In this tutorial, you will learn how to use the PostgreSQL REAL
data type to store single-precision floating-point numbers in the database.
Summary: In this tutorial, you will learn about the PostgreSQL DOUBLE PRECISION
data type and its features.
Summary: In this tutorial, you will learn about PostgreSQL BYTEA
data type and how to use it to store binary strings in the database.
Summary: in this tutorial, you will learn how to create PostgreSQL user-defined data type using CREATE DOMAIN
and CREATE TYPE
statements.
Summary: in this tutorial, we will show you how to work with PostgreSQL array and introduce you to some handy functions for array manipulation.
Summary: in this tutorial, you will learn about the PostgreSQL Boolean data type and how to use it in designing the database tables.
Summary: this tutorial discusses PostgreSQL DATE data type and shows you how to use some handy date functions to handle dates values.
Summary: in this tutorial, you’ll learn how to work with PostgreSQL hstore data type.
Copyright (c) 2017 - 2023, Redrock Data Services, Inc. All rights reserved.