How can u execute the sql query through unix?
What is the Primary key for Dimension table?
what is the primary key for Fact table?
Answers were Sorted based on User's Feedback
Answer / paramita biswas
connect to sqlplus from unix
typing sqlplus
user name:user_name@database
password:
then type
@pathname of the file containing sql query\sql query file
name.sql
eg:@path\file.sql
press enter
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bala
Primary Key for the dimension table is its own primary Key
PRimary Key for Fact table is Foriegn key which dirived from
Dimensional table
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nish
how to execute SQL query through unix.
This is a generic question. You need to use the Command line utility provided by the DBMS
For oracle; SQL plus
DB2: DB2 CLI
others : as provided by the product.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jaini
In order to execute an sql query thru unix, simply write db2 "sql query" and press enter.
Is This Answer Correct ? | 1 Yes | 2 No |
Describe the main features of datastage?
How rejected rows are managed in datastage?
Can you highlight the main features of ibm infosphere information server?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
what is the exact difference between dataset and fileset in datastage?
how to capture rejected data by using join stage not for lookup stage. please let me know
What are the components of datastage?
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
which dim, fact tables used in bank domain
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
source file is having 5 records while moving into target it want to be 10 records
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?