// Hàm lấy tên cột tương ứng
public GetAttribute(String parser, Database db, String value, ArrayList<String> Left, ArrayList<String> Right) throws Exception{
this.v = value;
int Index = Right.indexOf(value);
Attach At = new Attach(parser);
int eIndex = At.getAttach(Left, Index);
//System.out.println(Right.get(eIndex));
// Phải trừ ra những từ mà chắc chắn câu đã nhận ra
String[] forbit = {"số báo danh", "mssv", "thí sinh", "giới tính", "ngành"};
List<String> forbiden = Arrays.asList(forbit);