皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
在考生文件夹下的“sampl.accdb”数据库文件中已建立表对象“tEmployee”。请根据以下操作要求,完成表的编辑。 (1)根据“tEmployee”表的结构,判断并设置主键;删除表中的“学历”字段。 (2)将“出生日期”字段的有效性规则设置为只能输入大于l6岁的日期(要求:必须用函数计算年龄);将“聘用时间”字段的有效性规则设置为只能输入上一年度9月1日以前《不含9月1日)的日期(要求:本年度年号必须用函数获取);将表的有效性规则设置为输入的出生日期小于输入的聘用时间。 (3)在表结构中的“简历”字段后增加一个新字段,字段名称为“在职否”,字段类型为“是/否”型;将其默认值设置为真。 (4)将有“书法”爱好的记录全部删除。 (5)将“职务”字段的输入设置为“职员”、“主管”或“经理”列表选择。 (6)根据“所属部门”字段的值修改“编号”,“所属部门”为“01”,将“编号”的第1位改为“1”;“所属部门”为“02”,将“编号”的第1位改为“2”,依次类推。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】In general, an essay is a piece of writing that gives the author’s own arguments or ideas about a particular topic.
A.
正确
B.
错误
【多选题】$arr = array(); $arr[]='Java'; $arr[]='C'; $arr[]='Python'; $arr[]='PHP'; 则要输出: Java or PHP 的语句是不正确的是
A.
$arr[1] or $arr[4]
B.
$arr[1] or $arr[3]
C.
$arr[0] or $arr[3]
D.
$arr[1] or $arr[2]
【简答题】涉及现金与银行存款之间相互收付的业务应填制什么记账凭证,为什么?
【单选题】What is a general topic for an essay?
A.
a specific term
B.
an umbrella that includes all of the ideas within the essay
C.
some ideas of the essay
【单选题】短剧《压迫》《酒后》《三块钱国币》的作者是:
A.
田汉
B.
汪仲贤
C.
丁西林
D.
胡适
【判断题】“The U.S. constitution” is not a good title for an essay, because it is too general.
A.
正确
B.
错误
【单选题】The importance of an introduction to an essay is like your ( ) left on others when you first meet.
A.
first impression
B.
general impression
C.
last impression
【单选题】$arr = array(); $arr[]='Java'; $arr[]='C'; $arr[]='Python'; $arr[]='PHP'; 则要输出: Java or PHP 的语句正确的是()
A.
echo $arr[1]."or".$arr[4];
B.
echo $arr[1]."or".$arr[3];
C.
echo $arr[0]."or".$arr[3];
D.
echo $arr[1]."or".$arr[2];
【多选题】Academic writing is relatively formal. In general this means that in an essay you should avoid the following:
A.
colloquial words and expressions (such as "stuff", "a lot of", "thing", "sort of")
B.
abbreviated forms (such as "can't", "doesn't", "shouldn't”)
C.
two word verbs (such as "put off", "bring up”)
D.
asking questions (such as “So why is this?”)
【简答题】'; $arr2 = array(0=>'php',1=>'is',the=>'the',str=>'best'); print_r($arr2); echo ''; $arr3[0] = 'this'; $arr3[1] = 'is'; $arr3[2] = 'one-dimensional'; $arr3[3] = 'array'; print_r($arr3); ?> 运行结果是什么?
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题