ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  STL
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
Define the terms: field, record, table and database
 Question Submitted By :: Msansari00
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Define the terms: field, record, table and database
Answer
# 1
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 ?    2 Yes 0 No
Ash
 

 
 
 
Other STL Interview Questions
 
  Question Asked @ Answers
 
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list Sun-Microsystems14
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.  1
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return } Sun-Microsystems1
what is an algorithm in terms of STL? Wipro1
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?  1
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
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1 Sun-Microsystems3
How the STL's are implemented, What the difference between templates and STL? Symphony1
What is Template Specialization? Lucent1
how to swap two numbers in a linked list without exchanging the data but only the links? Wipro2
What is Constructor Angel-Broking2
What is Object Oriental Progam  1
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?  3
what is a template? BITS2
what is use of for loop? Wipro7
Define the terms: field, record, table and database  1
c# support late binding or early binding.  3
What is the disadvantage of templates ? Symphony2
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris"); Sun-Microsystems4
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.  1
 
For more STL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com