Answer Posted / hr@tgksolutions.com
• Relational Database (RDBMS) – SQL-based (e.g., MySQL, PostgreSQL, Oracle)
• NoSQL Database – Non-relational (e.g., MongoDB, Cassandra, Redis)
• NewSQL Database – Combines SQL and NoSQL features
• In-Memory Database – Uses RAM for storage (e.g., Redis, Memcached)
• Graph Database – Stores data as nodes and edges (e.g., Neo4j)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is SQL Tuning Advisor in Oracle?
What are the different types of record groups in oracle? Explain each of them
What is a server parameter file in oracle?
How to rollback the current transaction in oracle?
What are operators in oracle?
How to rename an existing table?
What is a initialization parameter file in oracle?
Can we protect our pl/sql source code?
What are group functions in oracle?
What is a relational database management system?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is BBED in Oracle?
Design database draw er diagram for a certain scenario ?
How a tablespace is related to data files?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.