Google BigQuery
Google BigQuery is a framework created by Google that helps to execute SQL-like queries on vast amounts of data at great speeds. Your own dataset can be uploaded to BigQuery, or for sandbox play, some other dataset can be used. The Results can be captured and stored on Google Cloud or can be downloaded as a CSV/Excel file on a local system.
Google BigQuery is a data warehouse framework that resolves problems by enabling superfast SQL queries, using the execution power of Google's infra services. Also, any data can be updated or monitored based on the business needs. It can even provide others the ability to view or execute some queries on the data. BigQuery can be accessed by using a web User Interface or command-line argument; you can even make calls to the BigQuery REST API using a variety of client libraries such as Java, .NET, or Python. Also there are a variety of third-party tools that you can use to interact with BigQuery for visualizing or loading data.