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 |
how to run jon in unix back round process what is command use in runing a job?
how to convert rows into columns
Two source files contains same meta data third file contains different data types can I funnel that file.
how may datastage variables/parameters will be in trnsformer stage? 1 2 3 4 ?
Define repository tables in datastage?
What are the different common services in datastage?
What is exact difference between Parallel Jobs and server Jobs..
what is operator combinality in datastage?
What is the default padding character?
client know skid info?
on how many columns we can perform aggregation in the aggregator stage?
Describe the architecture of datastage?