We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58d671 commit afa1e7eCopy full SHA for afa1e7e
docs/cn/guides/00-overview/02-faq.md
@@ -1,3 +1,7 @@
1
+---
2
+title: FAQ
3
4
+
5
### Q1: Databend 的主要对象、层次结构及其关联的权限是什么?
6
7
该图展示了 Databend 对象在两个层次上的层次结构。每种类型的对象都设计了细粒度的权限和所有权,提供了灵活性。更多信息,请参见 [访问控制](../56-security/access-control/index.md)。
@@ -8,7 +12,7 @@
8
12
9
13
使用 [CREATE TABLE](/sql/sql-commands/ddl/table/ddl-create-table) 命令在 Databend 中创建表:
10
14
11
-```sql title='示例:'
15
+```sql title='示例:'
16
CREATE TABLE example (
17
-- 除了 DECIMAL 外,不需要指定字段长度。
18
c1 INT,
@@ -51,4 +55,4 @@ CREATE TABLE example (
51
55
| TUPLE | N/A | N/A |
52
56
| MAP | N/A | N/A |
53
57
| JSON, VARIANT | JSON | JSON |
54
-| BITMAP | N/A | N/A |
58
+| BITMAP | N/A | N/A |
0 commit comments