DML_Commands_SQL
DML_Commands_SQL
DML commands database ke andar data ko insert, update, delete karne ke liye use hote hain.
Important: Agar WHERE condition nahi likhi, toh poora table update ho jayega!
Important: Agar WHERE condition nahi likhi, toh poora table empty ho jayega!
4) SELECT (Data ko retrieve karna)
----------------------------------
SELECT * FROM employees;