This is my DB table and my "query"
class Students(Base): __tablename__ = \'students\' user_id = Column(Integer(), nullable=False) company = Column(S