record
Record: a group of related fields, such as the student's name, the course taken, the date, and the grade
You set up a database to maintain the information. For each customer, you create a record. Within each record you have the following fields: customer first name, customer last name, street address, city, state, zip, ID, and date last paid. Smith, Jones, and Brooks are the records within a file you decide to call Paper Delivery. The entities then are Smith, Jones, and Brooks, the people about whom you are maintaining information. The attributes are customer's name (first and last), address (street, city, state, zip code), ID, and date last paid Field
Field: a grouping of characters into a word, a group of words, or a complete number (such as a person's name or age). (IS 101)
You set up a database to maintain the information. For each customer, you create a record. Within each record you have the following fields: customer first name, customer last name, street address, city, state, zip, ID, and date last paid. Smith, Jones, and Brooks are the records within a file you decide to call Paper Delivery. The entities then are Smith, Jones, and Brooks, the people about whom you are maintaining information. The attributes are customer's name (first and last), address (street, city, state, zip code), ID, and date last paid True
Field: a grouping of characters into a word, a group of words, or a complete number (such as a person's name or age). (IS 101)
You set up a database to maintain the information. For each customer, you create a record. Within each record you have the following fields: customer first name, customer last name, street address, city, state, zip, ID, and date last paid. Smith, Jones, and Brooks are the records within a file you decide to call Paper Delivery. The entities then are Smith, Jones, and Brooks, the people about whom you are maintaining information. The attributes are customer's name (first and last), address (street, city, state, zip code), ID, and date last paid Author first name, author last name, author address, agent name, and address, title of book, book ISBN, date of contract, amount of money, payment schedule, date contract ends. Other databases might be an author database (author name, address, and agent details), a book title database (title and ISBN #), and financial database (payment schedule, amount of money).