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