94
DB2 RazorSQL Generate SQL
Generate SQL is used to do operations like SELET, INSERT, UPDATE, DELETE and DELETE ALL.
You can select specific columns or select all by using select statement.
By using INSERT , you can insert records in the table.
By using Update, you can update records in the table.
By using Update, you can update records in the table.
This last option is used when you want to delete all rows from the table.
Next TopicDB2 Generate DDL