I want to obtain the name that is associated with the user data and password in a table to which I make the following query in SQL Server.
select Nombre from usuarios where NombreUsuario = 'UsuarioPrueba' and Contraseña = 'contRaPrueba';
The problem is that it does not matter if I have it with uppercase or lowercase, it brings me the same data