Login Panel
Username
Password
Remember Me
Develop SQL query which explain how to use aliases to display column names?
Select CustomerName as ‘Customer Name’, City as ‘Town’ From Customers;
SELECT CUSTOMERNAME AS NAME, CONTACTNAME AS NICKNAME FROM CUSTOMERS;—— FOR ORACLE
select customername as ‘customer’, contactname as ‘contact person’ from customers;
Select CustomerName as ‘Customer Name’, City as ‘Town’ From Customers
select customername as ‘Customer Name’, City as ‘Town’ from customers;
Select customername as ‘Customer Name’ , City as ‘ Town ‘ from customers;
SELECT customername as ‘Customer Name’, contactname as ‘Contact Name’, postalcode As ‘Zipcode’ from customers;
SELECT CustomerName AS CustomerN ,ContactName AS ContactN FROM Customers AS Customer123
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 14, 2015 at 11:26 pm
Select CustomerName as ‘Customer Name’, City as ‘Town’ From Customers;
March 16, 2015 at 1:24 am
SELECT CUSTOMERNAME AS NAME, CONTACTNAME AS NICKNAME FROM CUSTOMERS;—— FOR ORACLE
March 22, 2015 at 9:49 pm
select customername as ‘customer’, contactname as ‘contact person’ from customers;
March 23, 2015 at 6:19 pm
Select CustomerName as ‘Customer Name’, City as ‘Town’ From Customers
March 25, 2015 at 4:27 pm
select customername as ‘Customer Name’, City as ‘Town’ from customers;
March 26, 2015 at 7:45 pm
Select customername as ‘Customer Name’ , City as ‘ Town ‘ from customers;
September 20, 2015 at 3:20 am
SELECT customername as ‘Customer Name’, contactname as ‘Contact Name’, postalcode As ‘Zipcode’ from customers;
October 19, 2015 at 9:21 am
SELECT CustomerName AS CustomerN ,ContactName AS ContactN FROM Customers AS Customer123
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