早教吧 育儿知识 作业答案 考试题库 百科 知识分享
创建时间 资源类别 相关度排序
共找到 51 与employee 相关的结果,耗时6 ms rss sitemap
●以下的SQL 99语句,Dept与Employee之间的关系是 (63) 。CREATE TYPE Employee(name string,ssn integer);CREATE TYPE Dept(Name stringHead ref(Employee) SCOPE Employee );
●To determine whether or not the employee correctly understands the message, the project manager needs to(75).(75) A. reduce the filteringB. eliminat
● 收回用户li对表employee的查询权限,同时级联收回li授予其他用户的该权限,SQL语句为:(52) select ON TABLE employee FROM li (53) ;(52)A. GRANTB. GIVEC. CALL BACKD. REVOKE(53)A. RESTRICT
●将表employee中name列的修改权限赋予用户Liu,并允许其将该权限授予他人,应使用的SQL语句为:GRANT (52) ON TABLE employee TO Liu (53) ;(52)A.UPDATE(name)B.DELETEC.SELECTD.INSERT(53)A.FORAL
设有员工实体Employee(employeeID,name,sex,age,tel,department),其中employeeID为员工号,name为员工姓名,sex为员工性别,age为员工年龄,tel为员工电话(要求记录该员工的手机号码和办公室电话),departID为员工所在部门号(要求参
以下SQL99语句描述的是(26)。 CREATETYPE Employee( Name String, ssn integer); CREATE TYPE Manager UNDER Employee( Degree String, Dept String);A.关联关系B.嵌套关系C.继承类型
Employee实体中存在的派生属性及其原因是(10);Emplyee实体中还存在多值属性,该属性及其该属性的处理为(11);对属性departmentID的约束是(12)。A.name,会存在同名员工B.age,用属性birth替换age并可计算ageC.tel,员工有多少电话D.departI
以下的SQL 99语句,Dept与Employee之间的关系是(63)。 CREATE TYPE Employee( name string, ssn integer); CREATE TYPE Dept( Name string Head ref(Employee)SCOPE Employee
收回用户li对表employee的查询权限,同时级联收旧li授予其他用户的该权限,SQL语句为:(52) select ON TABLE employee FROM li (53) ;(52)A.GRANTB.GIVEC.CALL BACKD.REVOKE
以下SQL 99语句描述的是(59)。CREATE TYPE Employee(name String,ssn integer);CREATE TYPE ManagerUNDER Employee(degree String,dept String);A.关联关系B.嵌套关系C.继承类型D.聚集关