How to delete a row in the table | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

How to delete a row in the table

6th Jul 2018, 12:25 PM
yaseen shaik
yaseen shaik - avatar
2 ответов
+ 5
Hello, yaseen shaik ! The DELETE statement removes rows from temporary or persistent base tables, views or cursors, and in the last two cases, the operator action extends to those base tables from which data was extracted into these views or cursors. The delete statement has a simple syntax: DELETE FROM <table name> [WHERE <predicate>]; https://www.sololearn.com/learn/SQL/1869/?ref=app
6th Jul 2018, 12:48 PM
Alexander Sokolov
Alexander Sokolov - avatar
0
Delete from table_name where column name=value
7th Jul 2018, 3:06 AM
akash