what are the differen between key flexifild and discriptive
fiexifild.
Answer / prashanth
key flexfields are is used to store unique information about
u r organization.
discriptive flexfields are used to store extra information
abt u r organization
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about functional dependency and its relation with table design?
Explain oracle insert into command?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
what is Table ?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
Explain the use of log option in exp command.
How many types of table in Oracle?
What privilege is needed for a user to insert rows to tables in another schema?
When can Hash Cluster used ?
Explain integrity constraint?
How do we create privileges in oracle?
3. Display all the client numbers in the ORDER table. Remove duplicates.