Table of Contents

Search

  1. Preface
  2. Introduction to Test Data Management
  3. Test Data Manager
  4. Projects
  5. Policies
  6. Data Discovery
  7. Creating a Data Subset
  8. Performing a Data Masking Operation
  9. Data Masking Techniques and Parameters
  10. Data Generation
  11. Data Generation Techniques and Parameters
  12. Working with Test Data Warehouse
  13. Analyzing Test Data with Data Coverage
  14. Plans and Workflows
  15. Monitor
  16. Reports
  17. ilmcmd
  18. tdwcmd
  19. tdwquery
  20. Appendix A: Data Type Reference
  21. Appendix B: Data Type Reference for Test Data Warehouse
  22. Appendix C: Data Type Reference for Hadoop
  23. Appendix D: Glossary

User Guide

User Guide

Rules and Guidelines for Viewing and Managing Data

Rules and Guidelines for Viewing and Managing Data

You can view and edit data in a
data set
from the
Tables
tab in a
data set
page.
Consider the following rules and guidelines when you view or edit data in a
data set
:
  • The default SQL query is SELECT * FROM.
  • You can use the WHERE clause with SELECT queries.
  • You cannot run a SELECT query with aggregate functions such as COUNT, MIN, MAX.
  • You cannot run a SELECT query with a GROUP BY clause.
  • You cannot run a SELECT query with Joins.
  • If a table or column name contains spaces or special characters, you must enter the name in double quotes (") when you use it in a query.
  • To run a query that uses the WHERE clause with the date data type, you must enter TO_DATE in the SELECT statement.
    For example:
    SELECT * from INVOICES where INVOICE_DATE=TO_DATE('01/06/2003 00:00:00','mm/dd/yyyy hh24:mi:ss')
    .
  • You cannot run an SQL query with a table alias.
  • You cannot run an SQL query that contains the table name with the owner name.
  • You cannot insert numeric data with data values outside the range of -9223372036854775807 to 9223372036854775807.
  • You cannot use a comma (",") in a tag as the comma is a tag delimiter. Use commas to separate tags.
  • You cannot view or edit data in tables that contain the special character "." in the table name or column name.
  • You cannot view and edit data from an Oracle database that is of BLOB and RAW data type.
  • You cannot view or edit data from a data type of a database that is mapped to Oracle BLOB and RAW data types.

0 COMMENTS

We’d like to hear from you!