热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

DBMS 面试题与答案

Test your skills through the online practice test: DBMS Quiz Online Practice Test

相关差异对比

RDBMS vs Hadoop

问题 41. What is degree of a Relation?

It is the number of attribute of its relation schema.

这有帮助吗? 添加评论 查看评论
 

问题 42. What is Relationship?

It is an association among two or more entities.

这有帮助吗? 添加评论 查看评论
 

问题 43. What is Functional Dependency?

A Functional dependency is denoted by X Y between two sets of attributes X and Y that are subsets of R specifies a constraint on the possible tuple that can form a relation state r of R. The constraint is for any two tuples t1 and t2 in r if t1[X] = t2[X] then they have t1[Y] = t2[Y]. This means the value of X component of a tuple uniquely determines the value of component Y. 

这有帮助吗? 添加评论 查看评论
 

问题 44. What is 1 NF (Normal Form)?

The domain of attribute must include only atomic (simple, indivisible) values.

这有帮助吗? 添加评论 查看评论
 

问题 45. What is Fully Functional dependency?

It is based on concept of full functional dependency. A functional dependency X Y is full functional dependency if removal of any attribute A from X means that the dependency does not hold any more.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。