PostgreSQL типы данных

PostgreSQL типы данных

Decks
PRO
Знаток
Знаток
111 cards
Выучите типы данных PostgreSQL на русском: integer, numeric, text, timestamp, timestamptz, jsonb, uuid, array, enum, range, inet, tsvector и другие типы для разработки и проектирования БД.
For practitioners
Clear definitions
Learn effectively and remember long-term
View
111 cards
Demo training: 1 of 6
Last updated: June 2026
Demo training
1/10
Term / Question
...
Translation / Answer
...
Space - flip, click on the card - flip. You can choose the answer immediately.
Don't know
Easy

View

Term / Question
smallint
[ˈsmɔːl ɪnt]
Hint: 2 байта
Context: smallint fits small counters. — smallint подходит маленьким счётчикам.
Translation / Answer
малое целое
Term / Question
integer
[ˈɪntɪdʒər]
Hint: Обычный целочисленный тип
Context: integer stores product quantity. — integer хранит количество товара.
Translation / Answer
целое число
Term / Question
int
[ɪnt]
Hint: Короткое имя integer
Context: int is an alias for integer. — int является псевдонимом integer.
Translation / Answer
целое число
Term / Question
bigint
[ˈbɪɡ ɪnt]
Hint: 8 байт
Context: bigint fits large identifiers. — bigint подходит большим идентификаторам.
Translation / Answer
большое целое
Term / Question
numeric
[nuːˈmerɪk]
Hint: Для денег и точности
Context: numeric stores exact prices. — numeric хранит точные цены.
Translation / Answer
точное число
Term / Question
decimal
[ˈdesɪməl]
Hint: Синоним numeric
Context: decimal avoids rounding errors. — decimal избегает ошибок округления.
Translation / Answer
точное число

Study Pro Deck

Register for free, get Pro access and start learning without limits!