Answer: External
Explanation: External search could be explained as the additional information gathered beyond an individual's personal knowledge or experience in a bit to influence the individual's decision on a particular product or topic. This additional information could include; information sought from friends and families, online or internet research on relevant site, blogs or publications.
Therefore, a buyer who asks a friend, checking the internet or visiting a showroom or make other enquiries beyond his personal knowledge in other to make buying decision is making an external search.
Answer:
SELECT product_name, amount_due, amount_paid,
cancelled, amount_refunded
FROM products
ORDER BY product_name ASC;
Explanation:
SQL (Structured Query Language ) was used above.
The SELECT command is used to list all the variables we want in our output.
The FROM command signifies the location.
ORDER BY command ensures that your result is ordered
ASC means Ascending Order.
; signifies the end of the query.
NOTE: Underscores were used because variables cannot be written with spaces between them
I have to type 20 characters here so...
Answer:
D. Think-Feel-Do Model
Explanation:
The Think-Feel-Do Model or simply just TFD model is a marketing model used by marketers to engage their target customers.
THINK - Involves the marketers having an insights into the target customer's needs that are important.
FEEL - Understanding the target customers basic drive. It involves inbound and outbound marketing communications.
DO - This involves the creation of marketing materials to be used in targeting the target customers for the products/services.