Discussion: "Structs"
Please respond to the following:
• Struct data types can also be known as records when creating a database. A record is identified as an index value followed by a set of one or more value attributes. The index must be unique in value so that a search on an index value returns exactly one result. See if you can think of a practical example of a record and define how you might declare it in code.