nageshp,
This is not really a strange case at all. I've seen it sometimes where the left table will only have rows that correspond to the right table. This is just coincidence.
Consider a ProductCategory table and a Product table where the Product table has a category code in the ProductCategory table.. Sometimes there will be matching rows in the Product table for every ProductCategory. When someone adds a new ProductCategory there won't be a matching row in the Product table until someone adds a product with that category.
Todd Fifield