[Ilugc] MySQL used KEY -whats the use if this key

  • From: yogeshk@xxxxxxxxx (Yogesh Kumar K)
  • Date: Fri Oct 26 18:40:04 2007

hi,

i am using existing mysql i can't able to understand about KEY .
what the meaning of the KEY is used the Create Table in MySQL, can u help me it,

 CREATE TABLE `tbl_users` (                                    
             `flogin` varchar(32) NOT NULL default '',                   
             `fpassword` varchar(32) NOT NULL default '',                
               `flast` datetime NOT NULL default '0000-00-00 00:00:00',    
              PRIMARY KEY  (`id`),                                        
             KEY `i_login` (`flogin`,`fpassword`),                       
             KEY `i_last` (`flast`))                  

can any one tell about this , i can't able to understand . 
kindly help me 
Thanks & Regards
Yogesh K 


DISCLAIMER:
This communication may be confidential and privileged and the views expressed 
herein may be personal and are not necessarily the views of ReDIM.
It is for the exclusive use of the intended recipient. If you are not the 
intended recipient, please note that any distribution,
copying or use of this communication or the  information in it is strictly 
prohibited.If you have received this communication 
in error, please notify us by email (info@xxxxxxxxx) and then delete the email 
and any copies of it.

Other related posts:

  • » [Ilugc] MySQL used KEY -whats the use if this key - Yogesh Kumar K