filmov
tv
Database Tutorial in Amharic Lesson 11 - Delete Query

Показать описание
In this Tutorial I will cover Delete and Truncate topics.
To Remove data from a table we can use Delete OR Truncate.
Delete:
1. Can be recovered from the transaction log
2. Doesn’t reset Identity column
Truncate
1. CANNOT be recovered once truncated
2. Resets Identity column
Delete Syntax:
DELETE FROM [TableName] WHERE [Condition]
Query for delete
DELETE FROM Department WHERE ID=9
Truncate Syntax:
Truncate Table [TableName]
Truncate Query:
TRUNCATE TABLE Department
To Remove data from a table we can use Delete OR Truncate.
Delete:
1. Can be recovered from the transaction log
2. Doesn’t reset Identity column
Truncate
1. CANNOT be recovered once truncated
2. Resets Identity column
Delete Syntax:
DELETE FROM [TableName] WHERE [Condition]
Query for delete
DELETE FROM Department WHERE ID=9
Truncate Syntax:
Truncate Table [TableName]
Truncate Query:
TRUNCATE TABLE Department
Database Tutorial in Amharic Lesson 15 - Joins
Database Tutorial in Amharic Lesson 1 - Installation
Database Tutorial in Amharic Lesson 20 - Top And Like
Database Tutorial in Amharic Lesson 14 - Views
Database Tutorial in Amharic Lesson 2 - Data Types
Database Tutorial in Amharic Lesson 8 - Select Query
database tutorial for beginner in amharic
Database Tutorial in Amharic Lesson 3 - Create/Alter/Drop a Database
Database Tutorial in Amharic Lesson 25 - Generate Script
Databases in #Amharic | #database #coding #cs #emmersivelearning #course
Database Tutorial in Amharic Lesson 23 - Ranking Function
SQL Tutorials-full database course for beginner 2022. learn SQL in Amharic.
Database Tutorial in Amharic Lesson 28-Triggers
Database Tutorial in Amharic Lesson 5 - Variables
Database Tutorial in Amharic Lesson 12 - SQL Functions
Database Tutorial in Amharic Lesson 24 - Pagination
Database Tutorial in Amharic Lesson 29 - 18 Common functions you should know
Database Tutorial in Amharic Lesson 16 - Group By
Database Tutorial in Amharic Lesson 18 - Temporary Table
SQL in Amharic Part1 - Relational Database design, start to finish
Database Tutorial in Amharic Lesson 26 - Analytic Function Lead vs Lag
Database Tutorial in Amharic Lesson 7- SQL Control-of-flow
Database Tutorial in Amharic Lesson 4 - Create/Alter/Drop a Table
Database Tutorial in Amharic Lesson 11 - Delete Query
Комментарии