Viewing 10 posts - 1 through 10 (of 10 total)
can u provide me with download link for Data Dude (free version)
August 12, 2008 at 5:33 am
Consider i have two tables University(parent table) and Branch(child table) The primarty key for university table is id ,the foriegn key for the branch table is uid
i have a...
April 1, 2008 at 12:11 am
i have a table called university which have two fields id and name.
i tried this way.
SELECT CASE u.id
WHEN 2 THEN 'GOOD'
...
March 27, 2008 at 11:35 pm
yes Ian, my lookup table has more than 1000 rows.
By composite index i mean that i can put the two conditions in the where clause lkup_type and lkup_value together as...
March 11, 2008 at 2:54 am
currently i'm in a project that deals with more than 130 tables,apart from the indexing primary keys if i start indexing foriegn keys then apart from performance being improved...
March 11, 2008 at 2:38 am
Thanks for the info.:) i will check it.
Kiran.
March 11, 2008 at 12:17 am
Jeff,
:blink: Can u give me more details regarding when can i use hints in my query.
Kiran.
March 10, 2008 at 11:58 pm
thanks jeff,
one more thing.I am using Toad to know the explain plan of my queries.The query optimizer is taking nested loop join...
March 10, 2008 at 11:22 pm
Viewing 10 posts - 1 through 10 (of 10 total)