Restrict the results to Japanese restaurants with WHERE and a condition that checks if cuisine equals 'japanese'.
WHERE
cuisine
'japanese'
Make sure to type WHERE cuisine = 'japanese'.
WHERE cuisine = 'japanese'