Define the terms: field, record, table and database

Answers were Sorted based on User's Feedback



Define the terms: field, record, table and database..

Answer / 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

Define the terms: field, record, table and database..

Answer / ambar

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 ?    52 Yes 15 No

Define the terms: field, record, table and database..

Answer / ansa

a combination of one or more characters is called field.it
is the smallest unit of data can be accessed by the
user.the name of each field in a record is unique.

Is This Answer Correct ?    47 Yes 31 No

Define the terms: field, record, table and database..

Answer / junaid ahmed

A space provided for a particular item of information OR A combination of one or more characters is called field.It
is the smallest unit of data in database that can be accessed by the user.The name of each field in a record is unique.For example: your name, your id, your salary in the field etc.

Is This Answer Correct ?    11 Yes 6 No

Define the terms: field, record, table and database..

Answer / jaleel ahmed

Field
A field is the basic unit of data entry in a record. To define a new field, we give it a name. Then we select option that determine how the field interprets, entes, calculate, store & displays data

Is This Answer Correct ?    10 Yes 7 No

Post New Answer

More STL Interview Questions

What do stl stand for?

0 Answers  


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Who created stl?

0 Answers  


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

0 Answers  






What is stl stack?

0 Answers  


Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


what is compiler?

4 Answers   NASA,


What is a standard template library (stl)?

0 Answers  


what is a template?

2 Answers   Amazon, BITS, IBS, Wipro,


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


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.

0 Answers   GE, Infosys, Microsoft, NIM,


Categories