SQL and Data Transformations Quiz
Test your knowledge of SQL queries, database concepts, normalization, views, and Informatica PowerCenter data transformation rules and services.
Questions
Services that represent PowerCenter server-based functionality, such as the Repository Service and the Integration Service is known as?
- Integration services
- Application services
- Temporary services
- Admin services
______________ is used to create mapping template that can be used to generate multiple mappings?
- Data Stencil
- Template Doc
- Designer
- Format
Choose the Active transformations given below:
- Expression Transformation
- Joiner Transformation
- Router Transformation
- Lookup Transformation
Active transformation changes the numbers of rows as data passes through it.
- True
- False
In the Datatype Conversions Date can be converted only to date and string and vice versa.
- True
- False
In Filter Transformation Boolean condition is always faster as compared to complex conditions?
- True
- False
The SQLPLUS command used to stop display between pages is
- set break
- set pause
- set gap
- None of the Above
Which of the following denote group clause in SQL
- having
- group by
- Where
- Both A. and B.
SHARE UPDATE lock permit users to
- to query data
- to lock data
- both A. and B.
- None of the Above
In order to fetch data from database which of the following SQL command is used?
- RETRIEVE
- SELECT
- RECOVER
- FETCH
The transformation functions used are
- CONVERT
- TRANSLATE
- DECODE
- Both B. and C.
Which of the following is TRUE about Views in SQL?
- Views are windows of existing table
- Creation of view is done by using CREATE VIEW statement
- Views do not contain data but table from which it is created contain data
- All the Above
Unique numbers can be assigned to columns in a database using
- Clusters
- Synonym
- Views
- Sequences
The SQL function SIGN (-50) gives value as
- -50
- 50
- -1
- 1
While creating tables the concept that is used to reduce redundancy in data is called
- Views
- Aliases
- Sequence
- Normalization
Consider an EMP table having data as follows: EMPNOEMPNAME 1000SOPHIA 1001RITA 1002MARY Which of the following SQL query will fetch all columns with name RITA only?
- SELECT FROM EMP WHERE EMPNAME='RITA';
- SELECT FROM EMP MATCHING EMPNAME='RITA';
- SELECT * FROM EMP WHERE EMPNAME='RITA';
- SELECT # FROM EMP MATCHING EMPNAME='RITA';
Which level rule is LoadSegmentedRecord?
- Image Level Rule
- Field Level Rule
- Transaction Level Rule
- Not a rule
What should be the set origin condition when using SDo rule?
- MPG+0, MPG+0
- ABS+0, ABS+0
- ABS+0, MPG+0
- Set origin and SDO are independent
In Movenum rule masking M is for money, N is to leave the output blank if the number is zero or negative, what is NM mask used for?
- Blank when there are alphabets
- Suppress leading zero
- Leaves the field blank
- Adds minus sign