1 . Consider the following table named 'account' . What is the correct SQL to get all the account information of 'Motijheel' branch. Account ID 10001 10002 10003 Account Holder Md. Humaun Kabir Ruhul Amin Aminul Hossain Account type Savings Savings Business Branch Motijheel Uttara Motijheel

  • A. SELECT * FROM account
  • B. SELECT * FROM Account WHERE Branch =Motijheel
  • C. SELECT * FROM account WHERE Branch = Motijheel
  • D. SELECT ALL FROM Account WHERE Branch = Motijheel
View Answer Discuss in Forum Workspace Report