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
Log in or sign up for Devpost to join the conversation.