题目内容

职员关系模式为E(Eno,Ename,Dept,Eage,Eaddr),其中Eno表示职员号,Ename表示职员名,Dept表示职员所在部门,Eage表示年龄,Eaddr表示职员的家庭住址。建立“开发部”职员的视图DS_E(DS表示开发部)如下,要求进行修改、插入操作时保证该视图只有开发部的职员。CREATE VIEW DS_EAS SELECT Eno,Ename,Dept,Eage,EaddrFROM E WHERE (64) 如下SQL语句可以查询开发部姓“王”职员的姓名和家庭住址。SelectEname,Eaddr From DS_E Where (65) ; (65)处填()。

A. Ename=’王%’
B. Ename LIKE’王%’
C. Ename=’王*’
D. Ename LIKE’王*’

查看答案
更多问题

(31) 表示了类间“is-a”的关系,而 (32) 表示了类之间的“contains-a”关系。 (31)处填()。

A. 组合
B. 引用
C. 聚合
D. 继承

XP is (71) of interesting twists that encourage one to think--for example, how about "Test and then code" I’ve worked with software companies and a few IT organizations in (72) programmer performance was measured on lines of code delivered and testing was measured on defects found-- (73) side was motivated to reduce the number of defects prior to testing. XP uses two types of testing: unit and functional. (74) , the practice for unit testing involves developing the test for the feature prior to writing the code and further states that the tests should be automated. Once the code is written, it is immediately (75) to the test suite bringing instant feedback. (71)处填()。

A. filled
B. stuff
C. pack
D. full

A公司拥有一栋写字楼,用于本公司办公。2009年12月1日,A公司拟将该办公楼出租。2010年1月1日,A公司与B公司签订经营租赁协议,将该写字楼整体出租给B公司使用,租赁期开始日为2010年1月1日,年租金为400万元,租期3年。当日该写字楼的账面余额为3500万元,已计提折旧1000万元,公允价值为1800万元,且预计其公允价值能够持续可靠取得。2010年底,该项投资性房地产的公允价值为2400万元。假定A公司对投资性房地产采用公允价值模式计量,不考虑其他因素,则下列说法中正确的有( )。

A. 自用房地产转为投资性房地产的转换日为2010年1月1日
B. 转换日,写字楼账面价值与公允价值的差额应计入资本公积
C. A公司收取的租金应确认为其他业务收入
D. 该项房地产财A公司2010年度损益的影响金额为300万元

采用公允价值模式进行后续计量的投资性房地产,应于每个资产负债表日,对该投资性房地产进行减值测试。( )

A. 对
B. 错

答案查题题库