![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Which of the below mentioned query will be faster ? and will the result of both the queries is same ? A. select * from authors INNER join pubs on authors.pubid=pud.id where pub.active=1 B. select * from authors INNER join pubs on (authors.pubid=pud.id and pub.active=1) |
#3
| |||
| |||
|
|
Which of the below mentioned query will be faster ? and will the result of both the queries is same ? A. select * from authors INNER join pubs on authors.pubid=pud.id where pub.active=1 B. select * from authors INNER join pubs on (authors.pubid=pud.id and pub.active=1) |
![]() |
| Thread Tools | |
| Display Modes | |
| |