Skip to content

exit-ticket-7_5#1

Open
CieloRaymundo wants to merge 1 commit intoThe-Marcy-Lab-School:masterfrom
CieloRaymundo:master
Open

exit-ticket-7_5#1
CieloRaymundo wants to merge 1 commit intoThe-Marcy-Lab-School:masterfrom
CieloRaymundo:master

Conversation

@CieloRaymundo
Copy link

No description provided.

Copy link
Contributor

@ROgbonna1 ROgbonna1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo here. Otherwise, perfect submission.

SELECT category, avg(price), avg(length) FROM film_list GROUP BY category;
SELECT rating AS "Ratings", count(rating) FROM film_list GROUP BY rating;
UPDATE film_list SET category = 'international' WHERE category = 'foreign'
DELETE FROM film_list WHERE cateory = 'childrens'; No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DELETE FROM film_list WHERE cateory = 'childrens';
DELETE FROM film_list WHERE category = 'childrens';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants