QUESTION IMAGE
Question
select the correct answer from each drop - down menu
a blogger frequently posts comments on the websites or blogs of fellow bloggers. which data type can he use to post comments? which data type can he use to allow users to rate blogs using the like or dislike option?
the memo data type is suitable for posting comments. the data type can be used to rate blogs using the like or dislike option.
Brief Explanations
- Memo data type: It is used for longer text entries, which is suitable for blog comments.
- Boolean data type: It has two values (true/false or yes/no), which can represent like (true/yes) or dislike (false/no) options.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The first blank: memo. The second blank: Boolean.