A Non-Equi Join is a type of database join operation that combines rows from two or more tables based on a relationship other than equality between specified columns. This allows for more complex queries where conditions such as inequalities or ranges are used to match records across tables.