Answer:
True
Step-by-step explanation:
Since most database applications are Server-Client structured, the User interface sits on the clients and the database sits in the server... when I say database I'm referring to the DBMS (Database Management System). A server is needed to host the DBMS and in turn it stores data from the UI and feeds data back to the UI based on the instruction written by the developer.