1.

What represents an ‘attribute’ in a relational database?(a) Table(b) Row(c) Column(d) ObjectThis question was posed to me in an interview for job.Question is taken from Basic Database Terminology in portion General MySQL Use of MySQL

Answer»

The CORRECT OPTION is (c) Column

To explain I would say: Each column in a table represents a feature (ATTRIBUTE) of a record. Table stores the information for an entity whereas a row represents a record. OBJECT has no relevance in an RDBMS.



Discussion

No Comment Found

Related InterviewSolutions