Skip to content

This a sql leetcode challenge for Recyclable and Low Fat Products. The challenge seeks to query the database and display the ids of products that are both low fat and recyclable in regard to the data provided.

Notifications You must be signed in to change notification settings

mercymugambi/recyclable-and-low-fat-leetcode-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

recyclable-and-low-fat-leetcode-challenge

This a sql leetcode challenge for Recyclable and Low Fat Products. The challenge seeks to query the database and display the ids of products that are both low fat and recyclable in regard to the data provided.

Challenge

1 2

My Solution

SELECT product_id FROM Products WHERE low_fats ='y' AND recyclable ='y'

My Output

solution

About

This a sql leetcode challenge for Recyclable and Low Fat Products. The challenge seeks to query the database and display the ids of products that are both low fat and recyclable in regard to the data provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published