Skip to content

ChandanaGiridhar/LearningSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Learning MySQL

SQL is a standard language for storing, manipulating and retrieving data in databases. It is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). It is particularly useful in handling structured data, i.e. data incorporating relations among entities and variables

A Data Scientist needs SQL to handle structured data. As the structured data is stored in relational databases. As i am aspiring to be a data scientist, i am starting to learn SQL from basics that is the most fundamental CRUD operations.

My Learnings

CRUD

CRUD

The acronym CRUD refers to the major operations which are implemented by databases. Each letter in the acronym can be mapped to a standard Structured Query Language (SQL) statement. CRUD in SQL can be implemented by:

  • Create INSERT
  • Read SELECT
  • Update UPDATE
  • Delete DELETE

Releases

No releases published

Packages

No packages published