我在问是否有可能有数据库 - >索引表 - >表?
我知道我们是人工智能中的ids ......但是我们可以说:
1 database => 'books'
5 tables=> 'genre' like
a. fantasy
b. scifi
c. action
d. mystery
e. horror.
每个表包含ID,book_name,特定类型的价格。 我想要包含的索引表:
table_id,
table_name,
table_comments (its the same we do with data but now we do it for tables)
每当删除或创建表时,此index_table都应自动更新。现在有可能吗?