If the base table structure is changed what will happen to
join index????
Answer Posted / mubarish
Join index will not affected until we change the column name
or data type of the column which we have used in join condition.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why triggers are used?
What is sqlca in db2?
Can we call a function containing dml statements in a select query?
what is union, minus and interact commands? : Sql dba
how to use case expression? : Sql dba
Define overloaded procedure?
How many triggers can be applied to a table?
Can unique keys be null?
Explain the difference between rename and alias?
What is java sql package?
Is id a reserved word in sql?
How can I change database name in sql?
Explain what is rdbms?
Can we use pl sql in mysql?
how to check server status with 'mysqladmin'? : Sql dba