Skip to content

Commit

Permalink
Update README 1 basic sql fast track revise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYANKAUSHIK authored Jan 23, 2019
1 parent 349660f commit 7e92a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README 1 basic sql fast track revise.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sql-cheatsheet
# sql-cheatsheet ###SQL Indexing
Personal cheat sheet for querying relational database in SQL SERVER

## The Basics
Expand Down Expand Up @@ -435,4 +435,4 @@ exec sp_rename 'table_name.[oldColumName]' , 'newColumName', 'COLUMN'

SELECT SCOPE_IDENTITY()

```
```

0 comments on commit 7e92a65

Please sign in to comment.