Город МОСКОВСКИЙ
00:16:28

Information Schema: How to use INFORMATION_SCHEMA to reverse engineer your PostgreSQL Database.

Аватар
Freelance стратегии
Просмотры:
24
Дата загрузки:
29.11.2023 14:44
Длительность:
00:16:28
Категория:
Обучение

Описание

How to use INFORMATION_SCHEMA to reverse engineer your PostgreSQL database.
Learn more about information schema.

Find the names of all the catalogs, tables, column.
Find all the check constraints.
Watch me create a user defined data type and then use it when creating a table, and trying to insert data.

See if a column is NULLABLE.
See the data type of a column
See if a column has a check constraints

how to get list of tables from postgresql
how to see all the columns of a table
how to create user defined data type
how to see all the check constraints on your database
how to use pgadmin 4, 6.11

Use information schema to query the database meta data.

Table of Contents
00:00 Video Starts
00:18 Where to final INFORMATION_SCHEMA
00:28 introduction of information_schema.tables
02:45 information_schema.columns
03:26 - See a code generator at work using Information_schema
05:38 information_schema.table_constraints
09:37 information_schema.check_constraint
10:50 information_schema.column_domain_usage
14:56 information_schema.domain

#softwareNuggets, #reverseengineering, #information_schema,#postgreSQL, #postgresqlDeveloper, #postgreSqlTraining

Рекомендуемые видео