Skip to content

Commit

Permalink
fix: FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Sep 20, 2024
1 parent f74bf26 commit d4b514f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/cn/guides/00-overview/02-faq.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: FAQ
---

### Q1: Databend 的主要对象、层次结构及其关联的权限是什么?

该图展示了 Databend 对象在两个层次上的层次结构。每种类型的对象都设计了细粒度的权限和所有权,提供了灵活性。更多信息,请参阅 [访问控制](../56-security/access-control/index.md)
Expand All @@ -8,7 +12,7 @@

使用 [CREATE TABLE](/sql/sql-commands/ddl/table/ddl-create-table) 命令在 Databend 中创建表:

```sql title='示例:'
```sql title='示例'
CREATE TABLE example (
-- 除了 DECIMAL 外,不需要指定字段长度。
c1 INT,
Expand Down Expand Up @@ -51,4 +55,4 @@ CREATE TABLE example (
| TUPLE | N/A | N/A |
| MAP | N/A | N/A |
| JSON, VARIANT | JSON | JSON |
| BITMAP | N/A | N/A |
| BITMAP | N/A | N/A |

0 comments on commit d4b514f

Please sign in to comment.