retagged by
2,571 views
0 0 votes

The User Work Area (UWA) is a set of Program variables declared in the host program to communicate the contents of individual records between

  1. DBMS and the Host record
  2. Host program and the Host record
  3. Host program and DBMS
  4. Host program and Host language

1 Answer

Best answer
2 2 votes

 Ans C

User Work Area (UWA) is a buffer through which the user communicates with the database, using one of the traditional host languages

– A set of program variables declared in host program

– One program variable for each record type with same format

selected by
Answer:
Position:
Show:

Related questions

3 3 votes
4 4 answers
4.2k
4.2k views
go_editor asked Jul 11, 2016
4,176 views
Given a Relation POSITION (Posting-No, Skill), then the query to retrieve all distinct pairs of posting-nos. requiring skill isSelect p.posting-No, p.posting-No from posi...
2 2 votes
1 answers 1 answer
6.8k
6.8k views
im.raj asked Jun 16, 2016
6,757 views
Which of the following is true?A relation in BCNF is always in 3NFA relation in 3NF is always in BCNFBCNF and 3NF are sameA relation in BCNF is not in 3NF
5 5 votes
2 answers 2 answers
5.5k
5.5k views
go_editor asked Jul 11, 2016
5,455 views
The maximum number of keys stored in a B-tree of order $m$ and depth $d$ is$m^{d +1}-1$$\frac{m^{d+1}-1}{m-1}$$(m-1)(m^{d+1}-1)$$\frac{m^d-1}{m-1}$
1 1 vote
1 1 answer
3.3k
3.3k views
go_editor asked Jul 10, 2016
3,332 views
In DML, RECONNCT command cannot be used withOPTIONAL SetFIXED SetMANDATOR SetAll of the above