A. for each employee where employee.empno = '******'
B. for each employee where empno = '*******"
C. for each employee where employee(empno) = '********'
D. for each employee where empno.employee = '********"
which is (are) not correct in the above example?
2).Which is not the valid data type name in PROGRES database?
A. Char
B. Real
C. Recid
D. Raw
3). What is difference between SKIP and SKIP(1)
A. SKIP will skip the remaining protion of a line and SKIP(1) will skip 1 line
B. SKIP will skip 1 line, but SKIP(1) actually skip 2 line at a time.
C. SKIP and SKIP(1) will do same thing
4). To concatenate two strings which operator is used
A.+ (PLUS)
B. ^
C. , (COMMA)
D. &
5). FOR EACH customer
UPDATE name address city state country
credit-limit VALIDATE(credit-limit < 500000, "Too high").
END.
What is the wrong with this statement ?
A. For each statement require a ':' (COLON)
B. Fields should be separated by comma(,)
C. "Too High" is invalid here.
D. None of the above.
6). Which statement is used to refer the value of a field in a frame or window buffer?
A. INPUT
B. READ
C. ASSIGN
D. SCAN
7). Which statement is used to read input to any variable using the frame?
A. READ
B. ASSIGN
C. PROMPT-FOR
D. PROMPT
E. none
8). A record having large number of data, i.e. record length is large. Which statement is not advisable to use in PROGRESS database ?
A. FOR EACH
B. FOR
C. FIND
D. SELECT
9). A Progress Decimal variable can store maximum of ______ decimal places.
A. 16
B. 32
C. 8
D. 10
E. none
10). Which statement is used to create a character string which is made up with a specific character repeatedly?
A. REPEAT()
B. FILL()
C. FILL-WITH()
D. CREATE()
E. REPSTR()
Answers:
1. C & D - C. for each employee where employee(empno) = '********' and D. for each employee where empno.employee = '********"
2. B - Real
3. A - SKIP will skip the remaining protion of a line and skip(1) will skip 1 line
4. A - plus (+)
5. A - For each statement require a ':'
6. A - INPUT
7. C - PROMPT-FOR
8. C - FIND
9. D - 10
10. B - FILL()
Published by Jitu
I love to share information with others. Writing is not my hobby, but my way to talk with you. Read my stubs, comment them and be my friend. View profile
- Watch Homie Hoppers Remote Control Cars Hop, Skip, and Jump!Discover Homie hoppers remote control cars - vehicles that dance, jump, do three-wheelers, slide, shake, and roll. Find the best RC homie hoppers at highly affordable prices.
- Food Allergies - the Good, the Bad, and the Genetically-ModifiedThis article provides both the positive and negative aspects of genetically-modified foods in regards to food allergies.
- How to Make Your Favorite Programs and Applications PortableEver wanted to take your favorite computer programs and applications with you? Here I will teach you how to thinstall to make your programs and applications portable.
- Halloween Poems - Free Verse and FunThe first poem shares pictures in your mind of the falling leaves, costumed friends, and sweets collected. The second poem describes a super fun evening preparing for trick or treaters, and then end with everyone ret...
- The Thinning Girl's Guide to Female Hair Loss - Common Causes and Solutions:Although the reasons behind female hair loss vastly differ from woman to woman, this article will focus on the most common types and treatment solutions available.
- An Open Letter to the Man Who Sang the Skip It! Song
- Work as a Skip Tracer Without Being a Private Investigator
- Women: Want to Skip Having Your Monthly Period? Doctors Say It's Safe
- Skip Tracing Tips for Business Owners
- Should You Let Your Gifted Child Skip a Grade?
- Why Learning How to Use a Database is Good for Your Career
- Skip and Go Naked Cocktail Recipe
- What is PROGRESS DB
- Test The knowledge on PROGRESS DB
- Find your answers


