Oracle Interview Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert

Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel

Oracle Interview Questions And Answers


Page 60 of 95 65. Use the ADD_GROUP_ROW procedure to add a row to a static record
group

I) TRUE II)FALSE
I) FALSE


61. What are the built-in used for getting cell values?

Get_group_char_cell(function)
Get_group_date_cell(function)
Get_group_number_cell(function)

62. What are the built-ins used for processing rows?

Get_group_row_count(function)
Get_group_selection_count(function)
Get_group_selection(function)
Reset_group_selection(procedure)
Set_group_selection(procedure)
Unset_group_selection(procedure)

63. What are the built-ins used for finding object ID functions?

Find_group(function)
Find_column(function)

64. Use the add_group_column function to add a column to record group
that was created at a design time?

False.

65. Use the Add_group_row procedure to add a row to a static record
group 1. true or false?


False.

parameters

66. What are parameters?

Parameters provide a simple mechanism for defining and setting the
values
of inputs that are required by a form at startup. Form parameters
are variables of type char,number,date that you define at design time.

67. What are the Built-ins used for sending Parameters to forms?

You can pass parameter values to a form when an application executes
the call_form, New_form, Open_form or Run_product.

68. What is the maximum no of chars the parameter can store?

The maximum no of chars the parameter can store is only valid for
char parameters, which can be upto 64K. No parameters default to
23Bytes and Date parameter default to 7Bytes.