Marco H. answered 06/28/19
Tutor
5.0
(1,504)
Sr. Data Eng. SQL Expert in Designing DB and Developing SQL
SELECT MovieTitles, MovieYear
FROM ActorTable
WHERE ActorName Like '%Tommy Chong%';
Josh R.
asked 06/28/19List all movie titles and years in which Tommy Chong appeared (hint; sometimes the name column in the actor table contains multiple names, so you want to find any that contain this name)
Marco H. answered 06/28/19
Sr. Data Eng. SQL Expert in Designing DB and Developing SQL
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.