Login Panel
Username
Password
Remember Me
Display SQL to display all customers belong to UK and London? execute it and make sure you can get the results.
select * from Costomers where Country is “UK” and city=London;
SELECT * FROM CUSTOMERS WHERE CITY =’London’ AND COUNTRY=’UK’;
select * FROM Customers WHERE City=’London’ AND Country=’UK’
select * from customers where country=’UK’ and city=’London’;
select * from customers where country = ‘Uk AND City =’London’
query is wrong, please check out again…….
Select * from customers where country = ‘UK’ and city = ‘ London ‘;
select * from customers where country=’UK’ and city=’London’
SELECT * FROM Customers WHERE City=’London’ and Country=’UK’;
SELECT * FROM Customers WHERE Country=’UK’ AND City=’London’;
You must be logged in to post a comment.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile
Full name
Skill
Location
Linkdin
Twitter
Google+
Email
Old Password
New Password
Repeat New Password
March 13, 2015 at 5:40 pm
select * from Costomers
where Country is “UK”
and city=London;
March 16, 2015 at 12:01 am
SELECT * FROM CUSTOMERS WHERE CITY =’London’ AND COUNTRY=’UK’;
March 21, 2015 at 8:47 pm
select * FROM Customers WHERE City=’London’ AND Country=’UK’
March 22, 2015 at 8:46 pm
select * from customers where country=’UK’ and city=’London’;
March 23, 2015 at 2:40 am
select * from customers where country=’UK’ and city=’London’;
March 23, 2015 at 6:05 pm
select * from customers where country=’UK’ and city=’London’;
March 23, 2015 at 11:58 pm
select * from customers where country = ‘Uk AND City =’London’
March 24, 2015 at 8:15 am
query is wrong, please check out again…….
March 26, 2015 at 7:12 pm
Select * from customers where country = ‘UK’ and city = ‘ London ‘;
March 28, 2015 at 11:02 pm
select * from customers where country=’UK’ and city=’London’
September 19, 2015 at 11:36 pm
SELECT * FROM Customers WHERE City=’London’ and Country=’UK’;
October 19, 2015 at 9:14 am
SELECT * FROM Customers WHERE Country=’UK’ AND City=’London’;
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile