OraclePLSQL-Page2
👉 What is Table?
A table is a database object that holds user data.
👉 Insert StatementInsert statement creates a new row in the database tables and loads the values passed by the query.
👉 Update Statement
The update command is used to change or modify data values in a table.
👉 Select Statement
👉 Distinct Clause
The select Distinct * SQL syntax scans through entire rows and eliminates rows that exactly have the same contents in each column.










Comments
Post a Comment