Remove Article Remove Database Remove SQL
article thumbnail

Managing SQL Database on Google Cloud

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction This article shows how you can create and manage a Cloud SQL Database on Google Cloud Platform and further connect that database to any web application. This tutorial shows how you can join that database with a Django Application.

SQL 390
article thumbnail

How to Fetch Data using API and SQL databases!

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Getting complete and high-performance data is not always the case. The post How to Fetch Data using API and SQL databases! appeared first on Analytics Vidhya.

SQL 400
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Spark SQL for Relational Databases

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Relational databases are here to stay, regardless of the hype and the rise of newer ones called NoSQL databases. The post Spark SQL for Relational Databases appeared first on Analytics Vidhya.

Database 306
article thumbnail

SQL Commands for Data Science

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction SQL?—?A As its name suggests, it is primarily used to query, i.e., fetch the data from the relational database where data is stored in the form of tables. SQL helps […].

SQL 397
article thumbnail

SQL and PL/SQL – An Unmissable Comparison

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. This brings up databases, and SQL and PL/SQL stand […]. The post SQL and PL/SQL – An Unmissable Comparison appeared first on Analytics Vidhya. Introduction The essential element for any organization’s operation is data.

SQL 341
article thumbnail

From Blob Storage to SQL Database Using Azure Data Factory

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. In this article, I’ll show […]. In this article, I’ll show […]. The post From Blob Storage to SQL Database Using Azure Data Factory appeared first on Analytics Vidhya.

Azure 328
article thumbnail

Stored Procedure in SQL

Analytics Vidhya

Introduction Stored procedures are a crucial part of SQL databases. They consist of prepared SQL code that you can save and reuse. This article […] The post Stored Procedure in SQL appeared first on Analytics Vidhya. This feature helps avoid writing the same queries repeatedly.

SQL 318