灌水唠嗑区
其他
文章

发表于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 关键字可写可不写。
 

评论

登录后才可以发表评论