How to Update the data in SQL (Telugu) | SQL Telugu Tutorial

Опубликовано: 15 Февраль 2026
на канале: EXCEL TELUGU VIDEOS
1,126
82

This Short is About SQL Class Day #11 (SQL series) in Telugu for SQL Developers, Data Analyst and Business Analyst. By Srinivas Reddy Excel Telugu Videos

How to Update the data in SQL Server (Telugu).

Modify Table Data (UPDATE Command):
============================
To modify the values stored in a table, UPDATE statement is used. We can able to modify either a single column or multiple column data and a single record or multiple records data.

--UPDATE Command (DML)

SELECT *FROM EMP
go

UPDATE EMP
SET ENAME = 'KIRAN'
WHERE EID=102

#sqltelugu #excel #shorts #telugu #excelteluguvideos #mysql #sqltelugu

Please Follow us on Instagram:   / excelteluguvideos  
Telegram: https://t.me/EXCELTELUGUVIDEOS