Learn SQL to master your skills in Data Manipulation and Information Visualization


SQL is one of the highly sought out programming language/skill that can be put to use to manipulate and extract information from the dataset.

what is SQL?

SQL or Structured Query Language is a programming language that is used to manipulate and manage relational database. it can be used for querying an existing data from the database, insert new data to the database, deleting existing data from within the database.

SQL operates using data structured as tables in the database, which essentially stores data in rows and columns for easier organization and retrieval.

Features of SQL

SQL posses few key features such as 

  • Data Manipulation: enables the Users to Create, ,Read, Update and Delete (CRUD) of data inside a database.
  • Data Retrieval: allows users to extract information from the existing data using complex queries.
  • Database Management: helps in defining database structures and in managing data access permission.

 

Having worked in data analysis for the past three years and eager to acquire new skills for career growth, I've decided to start learning SQL. I plan to share my journey through a new blog series, allowing us to learn together in a collaborative way.

i have decided to post a blog once in two or three days, as i start learning new topic and explain you, what are all the challenges that i encounter while leaning, and how to use various online tools to practice each topics, along with few documents and manuals to help you in the process.


Post a Comment

Previous Post Next Post