added a resource (#26748)

* added a resource

* Added formatting to Resource
This commit is contained in:
Shriya-Ramakrishnan
2018-10-24 15:59:03 +05:30
committed by mrugesh mohapatra
parent 164f165fca
commit 793621594a

View File

@ -31,3 +31,5 @@ Or depending on your RDBMS you could use the TRUNCATE TABLE statement which dele
```sql
TRUNCATE TABLE Person;
```
#### More Information
- [SQL Delete](https://www.w3schools.com/sql/sql_delete.asp)