You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber 8c9a19ec97 Adding SQL query language 5 years ago
..
Write a SQL statement to find all those customers with all information whose names are ending with the letter 'n'.sql Adding SQL query language 5 years ago
Write a SQL statement to find that customer with all information who does not get any grade except NULL.sql Adding SQL query language 5 years ago
Write a SQL statement to find that customer with all information who gets a grade except NULL value.sql Adding SQL query language 5 years ago
Write a SQL statement to find that customers whose name begin with the letter 'B'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which contain the character ( % ) in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which contain the escape character in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which contain the escape character underscore ( _ ) in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which contain the string in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which does not contain the character ( % ) in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which does not contain the character underscore ( _ ) in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which does not contain the escape character in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which does not contain the string in its column 'col1'..sql Adding SQL query language 5 years ago
Write a SQL statement to find those rows from the table testtable which does not contain the string in its column 'col1'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those salesmen with all information who come from the city either Paris or Rome.sql Adding SQL query language 5 years ago
Write a SQL statement to find those salesmen with all information who get the commission within a range of 0.12 and 0.14.sql Adding SQL query language 5 years ago
Write a SQL statement to find those salesmen with all information whose name containing the 1st character is 'N' and the 4th character is 'l'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those salesmen with all other information and name started with any latter 'A' and 'L'.sql Adding SQL query language 5 years ago
Write a SQL statement to find those salesmen with all other information and name started with other than any latter within 'A' and 'L'.sql Adding SQL query language 5 years ago
Write a query in SQL to display all the data of employees whose last name begins with an 'D'.sql Adding SQL query language 5 years ago
Write a query to filter those salesmen with all information who comes from any of the cities Paris and Rome.sql Adding SQL query language 5 years ago
Write a query to filter those salesmen with all information who likes to leave other cities than Paris and Rome.sql Adding SQL query language 5 years ago
Write a query to sort out those customers with all information whose ID value is within any of 3007, 3008 and 3009.sql Adding SQL query language 5 years ago