Is mariadb nosql?



Is mariadb nosql?..

Answer / Raju Shah

MariaDB is a relational database management system (RDBMS), not a NoSQL database. It follows the SQL standard and operates on tables with rows and columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

When to use inner join and left join?

1 Answers  


Which certification is best for sql?

1 Answers  


What is raid? How does it help storage of databases?

1 Answers  


Is sql difficult?

1 Answers  


Can we join tables without foreign key?

1 Answers  


What are pl/sql exceptions? Tell me any three.

1 Answers  


How do I run a pl sql program?

1 Answers  


there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?

12 Answers   Oracle,


Can we join two tables without common column?

1 Answers  


Who is the owner of mysql database?

1 Answers  


What are sql injection vulnerabilities?

1 Answers  


how can we know the count/number of elements of an array? : Sql dba

1 Answers  


Categories