What are the different types of databases?

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


Please Help Members By Posting Answers For Below Questions

What is SQL Tuning Advisor in Oracle?

869


What are the different types of record groups in oracle? Explain each of them

780


What is a server parameter file in oracle?

793


How to rollback the current transaction in oracle?

775


What are operators in oracle?

786


How to rename an existing table?

791


What is a initialization parameter file in oracle?

781


Can we protect our pl/sql source code?

788


What are group functions in oracle?

775


What is a relational database management system?

873


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

866


What is BBED in Oracle?

902


Design database draw er diagram for a certain scenario ?

4325


How a tablespace is related to data files?

801


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.

3099