DBMS 面试题与答案
Test your skills through the online practice test: DBMS Quiz Online Practice Test
相关差异对比
问题 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.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- What is database or database management systems (DBMS)?
- What is SQL?
- What's the difference between file and database? Can files qualify as a database?
- What are E-R diagrams?
- Whats difference between DBMS and RDBMS?