

# 序列和标识列
<a name="sequences-identity-columns"></a>

序列和标识列生成整数值，在需要紧凑或用户可读的标识符时非常有用。这些值涉及在 [`CREATE SEQUENCE`](create-sequence-syntax-support.md) 文档中描述的分配和缓存行为。

**Topics**
+ [序列操作函数](sequence-functions-syntax-support.md)
+ [标识列](sequences-identity-columns-overview.md)
+ [使用序列和标识列](sequences-identity-columns-working-with.md)