linkedin_learning

Column Type
title TEXT
description TEXT
type TEXT

SQL DDL

CREATE VIEW linkedin_learning AS
SELECT 
   "Content Title" AS title,
    "Content Description" AS description,
    "Content Type" AS type
FROM uniform_resource_learning 
ORDER BY 'Content Last Watched Date (if viewed)' DESC