What is a cognitive schema?
Answer / Ram Saheli
A cognitive schema is a mental framework used to process and understand information. In the context of database design, it refers to an abstract representation of data entities and their relationships that reflects the way users think about and interact with the data. A cognitive schema helps simplify complex data structures by grouping related concepts together and providing a clear, intuitive model for querying and analyzing the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Java Pool in Oracle?
What does COMMIT do ?
What is the difference between 10g OEM and 11g OEM?
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
When a form is invoked with call_form, Does oracle forms issues a save point ?
Explain the use of indexes option in imp command.
What is Trigger in Oracle?
What is a system tablespace and when it is created?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
Is there any function in oracle similar like group_concat of mysql?
What is a Synonym ?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.