Star Office Interview Question and Answers
21. | What is a Flat–File database? |
---|---|
|
22. | What is a Primary key? |
---|---|
A primary key is a key that uniquely identifies a record in a database table. Eg., Emp. No's a primary key that uniquely identifies an employee record. |
23. | What is a key in a Relational database? |
---|---|
In a relational database, a primary key can consists of one or more fields. It uniquely identifies a record in a database table. |
24. | What is meant by Filtering? |
---|---|
|