Software Engineer · Senior-Level · Onsite
The coding question I got was: Implement the SQLManager class: - `SQLManager()` Initializes the empty database system. - `void createTable(String tableName, List<String> columnNames)` Creates a new table with the given tableName and a list of fixed columnNames...