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 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 like comments. It can store a large amount of text which is suitable for blog comments.
- Number data type: For the "Like" or "Dislike" option, we can assign a number (e.g., 1 for Like and 0 for Dislike). This simple numerical representation can be easily stored and processed in a database.
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 memo data type is suitable for posting comments. The number data type can be used to rate blogs using the Like or Dislike option.