Does HBase support SQL like syntax?



Does HBase support SQL like syntax?..

Answer / Ganesh Kumar

No, HBase does not support SQL-like syntax natively. However, it can be used with HSQLDB or Google's BigTable API which provide a SQL-like interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HBase Interview Questions

What are the different operational commands in HBase at record level and table level?

1 Answers  


When would you use hbase?

1 Answers  


Explain what happens if you alter the block size of a column family on an already occupied database?

1 Answers  


How does hbase actually delete a row?

1 Answers  


Compare rdbms with hbase?

1 Answers  


What is decorating filters?

1 Answers  


While reading data from hbase, from which three places data will be reconciled before returning the value?

1 Answers  


Assume that an HBase table Student is disabled. So, how to access the student table once it is disabled, by using Scan command?

1 Answers  


How many types of HBase Operations are there?

1 Answers  


Mention how many operational commands in hbase?

1 Answers  


Define HRegionServer in HBase

1 Answers  


How will you design or modify schema in hbase programmatically?

1 Answers  


Categories