Skip to content

Commit

Permalink
updated sql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 23, 2024
1 parent c3e9140 commit 498e9ed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

- [SQL Scripts](#sql-scripts)
- [SQL Clients](#sql-clients)
- [TODO](#todo)
- [ACID](#acid)
- [SQL Joins](#sql-joins)
- [SQL Query Logical Order](#sql-query-logical-order)
- [Meme](#meme)
- [Update One Record](#update-one-record)

<!-- INDEX_END -->

Expand Down Expand Up @@ -54,3 +56,11 @@ ACID compliance is a standard feature of RDBMS SQL databases.
## SQL Query Logical Order

![SQL Query Logical Order](images/sql_query_logical_order.gif)

## Meme

### Update One Record

Be careful and remember to `SELECT` with `WHERE` clause before editing it to an `UPDATE`!

![Meme Update One Record](images/sql_update_command_fix_one_record.jpeg)

0 comments on commit 498e9ed

Please sign in to comment.