⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ut.5

📁 linux 下用c++ 开发的一个小型数据库系统
💻 5
字号:
/* * ut.5: tests buildindex *//* create some relations */create table soaps(soapid int, sname char(28), network char(4), rating real);create table stars(starid int, stname char(20), plays char(12), soapid int);/* build some indices *//* buildindex soaps(network);*/help table soaps;/* buildindex stars(stname);*/help table stars;help;quit;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -