Write down the differences between nosql and rdbms?
Answer / Sukhdarshan Singh
{"RDBMS (Relational Database Management System)": [n "Based on structured query language (SQL) for data manipulation.",n "Uses a table-based data structure with rows and columns, where each row represents a record and each column represents an attribute.",n "Data integrity is ensured through ACID properties (Atomicity, Consistency, Isolation, Durability).",n "Scalability can be achieved through vertical scaling or replication.",n "Supports complex queries and joins for data relationships."n],n"NoSQL": [n "Does not use a table-based data structure; instead, it uses document, key-value, graph, or column-family database structures.",n "Flexible schema design, allowing for easy adaptation to changing data sets and requirements.",n "Data integrity may be sacrificed in favor of scalability and performance.",n "Scalability can be achieved through horizontal scaling (sharding).",n "Supports unstructured and semi-structured data.",n "Does not always support complex queries or joins, but offers various APIs for different use cases."]
| Is This Answer Correct ? | 0 Yes | 0 No |
What is management system in dbms?
Define truncate and delete commands?
What does a database contain?
How to extract metadata for the entire database?
What is a database in a website?
What is the maximum size of an access database?
Explain dml (data manipulation language)?
How to schedule ssas database backup
How to handle data if f table are more than one and each table contain thousands of entries?
What is sql and where is it used?
What is openedge workgroup rdbms?
What is db context?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)