DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > dBASE vs. Google Cloud Bigtable vs. Microsoft Access vs. Oracle NoSQL vs. SQL.JS

System Properties Comparison dBASE vs. Google Cloud Bigtable vs. Microsoft Access vs. Oracle NoSQL vs. SQL.JS

Editorial information provided by DB-Engines
NamedBASE  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonSQL.JS  Xexclude from comparison
DescriptiondBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Microsoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)A multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesPort of SQLite to JavaScript
Primary database modelRelational DBMSKey-value store
Wide column store
Relational DBMSDocument store
Key-value store
Relational DBMS
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score10.34
Rank#44  Overall
#28  Relational DBMS
Score3.26
Rank#92  Overall
#13  Key-value stores
#8  Wide column stores
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Score0.53
Rank#252  Overall
#116  Relational DBMS
Websitewww.dbase.comcloud.google.com/­bigtablewww.microsoft.com/­en-us/­microsoft-365/­accesswww.oracle.com/­database/­nosql/­technologies/­nosqlsql.js.org
Technical documentationwww.dbase.com/­support/­knowledgebasecloud.google.com/­bigtable/­docsdeveloper.microsoft.com/­en-us/­accessdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlsql.js.org/­documentation/­index.html
DeveloperAsthon TateGoogleMicrosoftOracleAlon Zakai infoenhancements implemented by others
Initial release19792015199220112012
Current releasedBASE 2019, 20191902 (16.0.11328.20222), March 201923.3, December 2023
License infoCommercial or Open Sourcecommercialcommercialcommercial infoBundled with Microsoft OfficeOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++JavaJavaScript
Server operating systemsDOS infodBase Classic
Windows infodBase Pro
hostedWindows infoNot a real database server, but making use of DLLsLinux
Solaris SPARC/x86
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesschema-freeyesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.yes
Typing infopredefined data types such as float or dateyesnoyesoptionalyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonono
Secondary indexesyesnoyesyes
SQL infoSupport of SQLnonoyes infobut not compliant to any SQL standardSQL-like DML and DDL statementsyes infoSQL-92 is not fully supported
APIs and other access methodsnone infoThe IDE can access other DBMS or ODBC-sources.gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
ADO.NET
DAO
ODBC
OLE DB
RESTful HTTP APIJavaScript API
Supported programming languagesdBase proprietary IDEC#
C++
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C
C#
Go
Java
JavaScript (Node.js)
Python
JavaScript
Server-side scripts infoStored proceduresno infoThe IDE can access stored procedures in other database systems.noyes infosince Access 2010 using the ACE-enginenono
Triggersnonoyes infosince Access 2010 using the ACE-enginenono
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneInternal replication in Colossus, and regional replication between two clusters in different zonesnoneElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnowith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Eventual Consistency
Immediate Consistency infodepending on configuration
none
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infonot for dBase internal data, but IDE does support transactions when accessing external DBMSAtomic single-row operationsACID infobut no files for transaction loggingconfigurable infoACID within a storage node (=shard)ACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyes infobut no files for transaction loggingyesno infoexcept by serializing a db to a file
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infooff heap cacheyes
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)no infoa simple user-level security was built in till version Access 2003Access rights for users and rolesno

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
dBASEGoogle Cloud BigtableMicrosoft AccessOracle NoSQLSQL.JS
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

How to convert DBF to Excel (XLSX or XLS) in Windows 11/10
10 March 2024, TheWindowsClub

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

Liam Brady's wife and their family life with three children
20 October 2023, Irish Mirror

provided by Google News

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google expands BigQuery with Gemini, brings vector support to cloud databases
29 February 2024, VentureBeat

Google announces Axion, its first Arm-based CPU for data centers
9 April 2024, Yahoo Movies Canada

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

How to Connect MS Access to MySQL via ODBC Driver
7 September 2023, TechiExpert.com

provided by Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle Beefs Up Its NoSQL Database Offering
3 April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

Larry Ellison Just Embraced the Enemy. Or Did He?
1 October 2012, WIRED

provided by Google News

9 Best JavaScript and TypeScript ORMs for 2024 — SitePoint
22 March 2023, SitePoint

Execute millions of SQL statements in milliseconds in the browser with WebAssembly and Web Workers.
14 January 2017, hackernoon.com

SQLite On The Web: Absurd-sql
24 August 2021, Hackaday

In Praise Of SQLite
28 July 2022, iProgrammer

Running PostgreSQL Inside Your Browser
8 September 2022, iProgrammer

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here