Tech
Oracle SQL: SQL Statement Classifications
1. SQL Statement Classifications
SQL statements are categorized based on their functional purpose within the database architecture:
Data Manipulation Language (DML): Retrieves data from the database, enters new rows, changes existing rows, and removes unwanted rows from tables in the database.
Commands: SELECT , INSERT , UPDATE , DELETE , MERGE
NOTE: While SELECT is frequently categorized under DML in training curricula (including Oracle University), it is formal...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to