select
-- data
card_primary_key, -- primary key
card_secondary_key, -- secondary key if needed
card_title, -- title
card_subtitle, -- subtitle
card_body, -- card body text
card_secondary_body, -- card secondary text, positioned near bottom
-- ui and other attributes
card_icon, -- icon class, e.g. fa-cloud
card_badge, -- badge, can be a small text
card_image -- image url, url or blob columns
from dual