创建新表触发器和索引 create index ind_busrundata_lp on bsvcbusrundatald local tablespace tbs_brd_ind
数据库是一组表的集合,包括数据以及相关对象,如索引、视图、触发器和存储过程。
A database is a collection of tables, including data and related objects such as indexes, views, triggers, and stored procedures.
例如,触发器、限制和索引都包含在特定的的表中。
For example, triggers, constraints, and indexes are contained within a particular table.
您可以在sql函数、触发器、索引和视图中引用已创建的临时表。
You can reference a created temporary table in SQL functions, triggers, indexes, and views.
应用推荐