Checking required columns in the file

Hi,

File contains with TAB delimeter file,i want check the 2,3 are not null

test1@gmail.com  100 test
test2@gmail.com  101 test 
test3@gmail.com   test 
test4@gmail.com 102 

OUTPUT

test1@gmail.com  100 test
test2@gmail.com  101 test

Please help me with one single command in unix.

Thanks,
Murali

Thanks for reply...
this output,how can save into another file.

---------- Post updated at 07:49 AM ---------- Previous update was at 07:44 AM ----------

Below record contains one tab,this also displaying,i dont' want record..

test4@gmail.com|102|test1|test2 test3

---------- Post updated at 08:01 AM ---------- Previous update was at 07:49 AM ----------

Hey guys please help me ...

---------- Post updated at 08:08 AM ---------- Previous update was at 08:01 AM ----------

Sorry now it's working. Please help how to load the ouputput data.

---------- Post updated at 08:09 AM ---------- Previous update was at 08:08 AM ----------

Got it ... Lot of thanks to Gowtham...