Computer Science, asked by sushmita54, 1 year ago

Display all those Customer details that belong to state "Bihar".

Answers

Answered by mohit0404
0

select *

from database_name

where state = "bihar"

Similar questions