Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Aggregator transformation
  6. Cleanse transformation
  7. Data Masking transformation
  8. Data Services transformation
  9. Deduplicate transformation
  10. Expression transformation
  11. Filter transformation
  12. Hierarchy Builder transformation
  13. Hierarchy Parser transformation
  14. Hierarchy Processor transformation
  15. Input transformation
  16. Java transformation
  17. Java transformation API reference
  18. Joiner transformation
  19. Labeler transformation
  20. Lookup transformation
  21. Machine Learning transformation
  22. Mapplet transformation
  23. Normalizer transformation
  24. Output transformation
  25. Parse transformation
  26. Python transformation
  27. Rank transformation
  28. Router transformation
  29. Rule Specification transformation
  30. Sequence Generator transformation
  31. Sorter transformation
  32. SQL transformation
  33. Structure Parser transformation
  34. Transaction Control transformation
  35. Union transformation
  36. Velocity transformation
  37. Verifier transformation
  38. Web Services transformation

Transformations

Transformations

SQL statements that you can use in queries

SQL statements that you can use in queries

You can use certain data definition, data manipulation, data language control, and transaction control statements with the SQL transformation.
The following table lists the statements that you can use in an SQL query in the SQL transformation:
Statement Type
Statement
Description
Data Definition
ALTER
Modifies the structure of the database.
Data Definition
COMMENT
Adds comments to the data dictionary.
Data Definition
CREATE
Creates a database, table, or index.
Data Definition
DROP
Deletes an index, table, or database.
Data Definition
RENAME
Renames a database object.
Data Definition
TRUNCATE
Removes all rows from a table.
Data Manipulation
CALL
Calls a PL/SQL or Java subprogram.
Data Manipulation
DELETE
Deletes rows from a table.
Data Manipulation
EXPLAIN PLAN
Writes the access plan for a statement into the database Explain tables.
Data Manipulation
INSERT
Inserts rows into a table.
Data Manipulation
LOCK TABLE
Prevents concurrent application processes from using or changing a table.
Data Manipulation
MERGE
Updates a table with source data.
Data Manipulation
SELECT
Retrieves data from the database.
Data Manipulation
UPDATE
Updates the values of rows of a table.
Data Control Language
GRANT
Grants privileges to a database user.
Data Control Language
REVOKE
Removes access privileges for a database user.
Transaction Control
COMMIT
Saves a unit of work and performs the database changes for that unit of work.
Transaction Control
ROLLBACK
Reverses changes to the database since the last COMMIT.

0 COMMENTS

We’d like to hear from you!