answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What fields might be in the bank database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of problems you might face when you add additional fields in an existing database?

no


What fields might be used in a library database?

Fields in a library database might include title, author, publication date, genre, ISBN number, availability status, and location in the library. Additional fields could include book summary, shelf number, keywords, and borrower information.


Is 'A database uses characteristics such as field size and data type to define each field' false?

No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.


What is a tuple in a database?

An arbitrary group of fields within a database record. Usually has some meaning in the context of the record. For example a 3-tuple in an address record might be the fields that contain the first, middle and last names of the person in the address field.


What fields would a doctor surgery might be in the database?

some of the fields a doctor surgery database would have are:Patient ID numberfirst namelast namehouse number/namestreet namecity/townpost codedoctors last name


How many fields does a database have?

Modern databases do not have a preset number of fields. Rather, the data architect determines the needed tables and number of fields per table and declares that to the database software. Fields can--with some restrictions--also be added and removed later as needed. That said, each database application does have a maximum limit on the number of fields per table and the number of tables per database, which information has to come from the database manufacturer. But those limits are usually vastly greater than anyone might want. It is part of a computer and it has many fields.


What is a field that might be used in a database about students?

A field that might be used in a database about students is "student ID," which is a unique identifier for each student in the database.


What fields would a librarian might be in the database?

A librarian might be in fields such as name, contact information, job title, department, library branch, work schedule, employee ID, certifications/licenses, and educational background.


What is a group of fields in a database called?

Any computer based database is composed of certain things in a certain order. The simplest part of a database is the field. Fields can contain pictures or text or sounds or instructions on what to do with other information in other fields. Fields are grouped into Records. Records are the total of all the information on a particular person or item. Records can be combined with other records then to build the database


What fields might be in a database?

Just about anything you can imagine. There are databases that keep track of almost any imaginable piece of data, each of those databases have fields to store the data.


What is the database that contains tables linked by common fields?

A relational database is a database that contains tables linked by common fields. These common fields are used to establish connections between the tables and to retrieve related data across multiple tables using queries.


What is RBDMS?

RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.