Home » DB2 RazorSQL Generate SQL

DB2 RazorSQL Generate SQL

by Online Tutorials Library

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.

DB2 generatesql

By using INSERT , you can insert records in the table.

DB2 Generatesql2

By using Update, you can update records in the table.

DB2 Generatesql3

By using Update, you can update records in the table.

DB2 Generatesql4

This last option is used when you want to delete all rows from the table.

DB2 Generatesql5

Next TopicDB2 Generate DDL

You may also like