有*、>=、and三种运算符,运算优先级从高到低的顺序是:
A. *、>=、and
B. and、>=、*
C. >=、*、 and
D. *、 and 、>=
对一个数7.25要等到结果8,可以使用()函数
A. truncate(7.25)
B. floor(7.25)
C. round(7.25)
D. ceil(7.25)
函数floor(x)函数的功能是()
A. 返回大于或等于x的最小整数
B. 返回小于或等于x的最大整数
C. 返回大于或等于x的最大整数
D. 返回小于或等于x的最小整数
如果要求编写一个在插入之后起作用的触发器,则命令中必须包含()
A. before insert
B. after insert
C. insert after
D. insert befor