List all the details of employees who are female.

What will be an ideal response?


RA: ? sex=‘F’ (Employee)
TRC: {E | Employee(E)???E.sex = ‘F’}
DRC: {empNo, fName, lName, address, DOB, sex, position, deptNo |
Employee(empNo, fName, lName, address, DOB, sex, position,
deptNo) ? (sex=’F’)}

Computer Science & Information Technology

You might also like to view...

One big difference of screen design from form design is the constant presence of a ________ on the screen.

A) cursor B) title C) command prompt D) voice prompt

Computer Science & Information Technology

An image inserted into a table cell might appear distorted unless the cell is changed

Indicate whether the statement is true or false

Computer Science & Information Technology

If the data needs to be processed in a(n) ____ manner, use a queue.

A. FILO B. LILO C. LIFO D. FIFO

Computer Science & Information Technology

A significant advantage of using PDAs is their ability to synchronize data with another computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology