InterviewSolution
| 1. |
Write a short note on:1. Relational database2.Reports3.Ordered List |
|
Answer» 1) A relational database is a TYPE of database that stores and provides access to data POINTS that are related to one another. The columns of the table hold attributes of the data, and each record usually has a value for each attribute, making it easy to establish the relationships among data points.2) A REPORT is a document that presents information in an organized format for a specific audience and purpose. Although summaries of reports may be delivered orally, COMPLETE reports are almost always in the form of written documents.3) An ordered list typically is a numbered list of items. HTML 3.0 gives you the ability to control the sequence number - to continue where the previous list left off, or to start at a particular number.Hope the answer will help you kindly mark me as brainlist . |
|