In this article, we will look at the comparison of different databases.  

Below table illustrates the comparisons

FeatureSQLNoSQLNewSQLDistributed SQL
SchemaRelationalSchema-lessBothBoth
ScalabilityVerticalHorizontalHorizontalHorizontal
ConsistencyStrongEventualStrongStrong
AvailabilityLowHighLowHigh
DistributedNoYesYesYes
ACIDYesNo (BASE)YesYes
QueriesLow complexitySupport high complex queriesBothBoth
OLTPPartially supportedNo SupportFull SupportFull Support
LanguageSQLCustomSQLSQL + (CQL) Contextual Query language
Cloud InfraCloud HostedCloud HostedCloud HostedCloud Native
CachingIndependentIndependentIndependentBuilt-in

Hope this article was helpful .