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
What is replication id?
Where is sql database stored?
Write a sql query to find the names of employees that begin with ‘a’?
What are different sql data types?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is an intersect?
What are three advantages to using sql?
Explain two easy sql optimizations.
what tools available for managing mysql server? : Sql dba
what is auto increment? : Sql dba
What will you get by the cursor attribute sql%found?
What is synonyms?
Explain the significance of the & and && operators in pl sql.
how to convert character strings to numeric values? : Sql dba
What is the difference between function and procedure in pl/sql?