DBMS 面试题与答案
Test your skills through the online practice test: DBMS Quiz Online Practice Test
相关差异对比
问题 36. What is Data Model?
A collection of conceptual tools for describing data, data relationships data semantics and constraints.
这有帮助吗?
添加评论
查看评论
问题 37. What is Object Oriented model?
This model is based on collection of objects. An object contains values stored in instance variables with in the object. An object also contains bodies of code that operate on the object. These bodies of code are called methods. Objects that contain same types of values and the same methods are grouped together into classes.
这有帮助吗?
添加评论
查看评论
问题 38. What is Weak Entity set?
An entity set may not have sufficient attributes to form a primary key, and its primary key compromises of its partial key and primary key of its parent entity, then it is said to be Weak Entity set.
这有帮助吗?
添加评论
查看评论
问题 39. What is an Entity?
It is a 'thing' in the real world with an independent existence.
这有帮助吗?
添加评论
查看评论
问题 40. What is an attribute?
It is a particular property, which describes the entity.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- 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?