What is nosql vs sql?



What is nosql vs sql?..

Answer / Janpriya Gaur

NoSQL databases differ from SQL (Relational) databases in that NoSQL databases are non-relational, meaning they do not use the traditional table-based structure. Instead, they use a variety of data models like document, key-value, graph, and column-family.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

1 Answers  


how to create object in plsql

3 Answers   Microsoft,


four procedures is are there should i write their in a package

2 Answers  


How do you define a foreign key?

1 Answers  


How does postgresql compare to mysql?

1 Answers  


What can you do with pl sql?

1 Answers  


Is grant a ddl statement?

1 Answers  


What is program debugging?

1 Answers  


What is error ora-01000: maximum open cursors exceeded

1 Answers  


Write a query to display the current date in sql?

1 Answers  


How do I upgrade sql?

1 Answers  


how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc

2 Answers   IAS,


Categories