| |
GeekInterview.com > Interview Questions > Oracle > Scenarios
| Print | |
Question: The DBA has added STATE column to the CUSTOMERS table and has asked you to add a corresponding State item to the Customers block of the Orders form. You want to make it easier for order entry clerks to enter the correct state abbreviation. Most customers are located in five southeastern states, although on very rare occasions there will be customers from outside that area. You decide to implement a list item with five values for the State item and allow clerks to enter the state abbreviation director for those customers outside the region.
Which style of list item will you create for the State item?
|
| March 03, 2007 13:28:48 |
#3 |
| msathishkumar_be |
Member Since: February 2007 Total Comments: 1 |
RE: The DBA has added STATE column to the CUSTOMERS ta... |
The Combo Box is the best option for this cause it is only accept the user input when compare with other list styles. |
| |
Back To Question | |