灌水唠嗑区
其他
文章
题
发表于2026-01-21 14:29:5019次浏览0个评论
GBase 8c 支持以下哪种语法创建内存表
A create foreign table test_astore_mot(col int) server mot_server;
B create foreign table test_astore_mot(col int);
C create foreign table test_astore_mot(col int) server moto_server;
D create table test_astore_mot(col int);
正确答案: A, B
解析: GBase 8c 创建内存表必须带关键字 foreign。server mot_server 关键字可写可不写。
评论
登录后才可以发表评论
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25051
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526