Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Define the terms: field, record, table and database

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should a c++ programmer be interested in stl?

1097


Is stl part of c++ standard?

1096


Name the different types of stl containers.

1173


How do I convert a stl file?

1109


When did c++ add stl?

1234


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

2535


What is stl language?

1152


write a program to convert a decimal number in to its equivalent binary number?

2680


What are the different types of stl containers?

1150


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2453


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

2271


What is stl stack?

1133


how to making game in c++ ?

2726


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2392


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2641