Inspiration - To learn SQL

What it does - This project acts as an introductory lesson to learn how to write SQL queries.

What we learned - Select and Update keywords in SQL

What's next for Learn SQL - Writing a code in SQL

''' SQL select * from example_table

this query is used to display all the contents present on the table.

select particular_column from example_table

this query is used to display the contents of a particular_column from example_table

Select keyword is used to display contents of the table

Update keyword is used to update the contents of the table

Built With

Share this project:

Updates