Identifier
Anonymous contributor
Published Nov 15, 2024
Contribute to Docs
In PostgreSQL, Identifiers refer to the names given to database objects such as tables, columns, indexes, views, sequences, and other database components.
Identifier Types
Identifier Types
refers to names given to objects in a database like tables, columns, indexes, and other database components. These names help PostgreSQL to interact with the database. Different types of identifiers are used:
- Table Identifiers: Used to uniquely identify tables in a database.
- Column Identifiers: Specify individual columns within a table.
- Index Identifiers: Represent indexes created for faster query performance.
- View Identifiers: Name views, which are virtual tables based on queries.
- Constraint Identifiers: Refer to rules like primary keys or unique constraints.
- Schema Identifiers: Distinguish schemas that group related database objects.
- Sequence Identifiers: Denote sequences used for auto-incrementing values.
- Function Identifiers: Name functions or stored procedures.
- Trigger Identifiers: Refer to triggers that execute actions automatically.
- Role Identifiers: Specify roles for managing user permissions.
- Foreign Key Identifiers: Represent foreign key constraints linking tables.
- Aggregate Type Identifiers: Identify aggregate data types for grouped queries.
- Tablespace Identifiers: Name tablespaces where database objects are stored.
All contributors
- Anonymous contributor
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn PostgreSQL on Codecademy
- Skill path
Analyze Data with SQL
Learn to analyze data with SQL and prepare for technical interviews.Includes 9 CoursesWith CertificateBeginner Friendly17 hours - Free course
Learn SQL
In this SQL course, you'll learn how to manage large datasets and analyze real data using the standard data management language.Beginner Friendly5 hours