InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    When Memo data type is preferred over Text type for a field? | 
                            
| 
                                   
Answer»  When the length of the field is more than 255 characters. Text data type is not capable to store the project description because its length cannot be more than 255 characters so, Memo data type is preferred over the Text data type.  | 
                            |