Database Management
- 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Database Management
- Updated on 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The purpose of these exercises is to become familiar with managing database tables via DataWORQ.
Exercises
- Given a flat file (Iris.csv), create a new database table that contains the same data as the file. Copy the table above into a new table.
- A flow file that you created is going to be used across various groups in your organization. Although the data transformation process is similar between groups, database and table names are not. Update your flow (\Samples\DBRename.flx) with parameters to make it easier to make these changes moving forward.
- Given the flow file from above, output the maximum sepal length where the species is 'virginica'.
- Given the flow file from above, simplify the number of nodes used where possible.
Hints
Read through Database Source, Database Export, and Flow Connections.
Read through Parameters.
Read through Database Source and Database Export.
Was this article helpful?