Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 5

Database

Database
Database

Table
Person
Person
Contact
Contact
Contact

Column
Full Name
Full Name
PhoneNumber
PhoneNumber
PhoneNumber

Data Type
Char(10)
Char(10)
Number
Number
Number

Nullability
NULL
NULL
Null
Null
Null

Source Database
Notes
Break the name in to first after the first space
Break the full name and move only second half of the name after first space
Check the respective type number and while moving it should match target constraint

Type

Personal
Work
Mobile

Transforamtion rule

Constraints

Database
Datawarehouse
Datawarehouse

Table
Informations
Informations
Contact
Contact
Contact

Column
First Name
Second Name
PersonalNumber
WorkNumber
MobileNumber

Target Database
Data Type Nullability Notes
Varchar(15) Not Null
Varchar(15) Not Null
Varchar(13)
Varchar(13)
Varchar(13)

Test Case Loaded


Yes

Constraints

(123)456-7890
(123)456-7891
(123)456-7892

You might also like