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
Can we use pl sql in mysql?
Can we use distinct and group by together?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
who introduced sql?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How long will it take to learn pl sql?
what is recursive stored procedure? : Sql dba
What is offset in sql query?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
Can I create table without primary key?
What is dynamic sql in pl sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How insert into statements in sql?
What is mdb stand for?
What is the purpose of design view?