Define the terms: field, record, table and database
Answer Posted / ash
Field
A space allocated for a particular item of information. A
tax form, for example, contains a number of fields: one for
your name, one for your Social Security number, one for
your income, and so on. In database systems, fields are the
smallest units of information you can access. In
spreadsheets, fields are called cells
Record
In database management systems, a complete set of
information. Records are composed of fields, each of which
contains one item of information. A set of records
constitutes a file. For example, a personnel file might
contain records that have three fields: a name field, an
address field, and a phone number field
Table
Refers to data arranged in rows and columns. A spreadsheet,
for example, is a table. In relational database management
systems, all information is stored in the form of tables.
Data Base
A collection of information organized in such a way that a
computer program can quickly select desired pieces of data.
You can think of a database as an electronic filing system.
Is This Answer Correct ? | 158 Yes | 26 No |
Post New Answer View All Answers
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the symptoms of stl?
What does stl mean in slang?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is stl stack?
What is stl stand for?
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
how to use C++?
what is template and type convertion
What is a standard template library (stl)?
What are the different types of stl containers?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are stl algorithms?
Name the different types of stl containers.