
 
 C R E A T E   T A B L E   I F   N O T   E X I S T S   ` t e s t `   ( 
 
     ` i d `   i n t ( 1 1 )   N O T   N U L L   A U T O _ I N C R E M E N T , 
 
     ` n a m e `   t e x t   N O T   N U L L , 
 
     ` d e s c r i p t i o n `   t e x t   N O T   N U L L , 
 
     ` a d r e s s `   t e x t   N O T   N U L L , 
 
     P R I M A R Y   K E Y   ( ` i d ` ) , 
 
     F U L L T E X T   K E Y   ` n a m e `   ( ` n a m e ` ) , 
 
     F U L L T E X T   K E Y   ` d e s c r i p t i o n `   ( ` d e s c r i p t i o n ` ) , 
 
     F U L L T E X T   K E Y   ` a d r e s s `   ( ` a d r e s s ` ) 
 
 )   E N G I N E = M y I S A M     D E F A U L T   C H A R S E T = u t f 8   A U T O _ I N C R E M E N T = 1   ; 
 
 
 
 
 
 I N S E R T   I N T O   ` t e s t `   ( ` n a m e ` ,   ` d e s c r i p t i o n ` ,   ` a d r e s s ` )   V A L U E S 
 
 ( ' 0720=85' ,   ' ?8A0=85' ,   ' 4@5A' ) ; 