We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- SQL
- Basic Select
- Employee Names
- Discussions
Employee Names
Employee Names
+ 0 comments SQL SERVER
SELECT Name FROM Employee
ORDER BY Name
+ 0 comments SELECT NAME FROM EMPLOYEE ORDER BY NAME ASC;
+ 0 comments MySQL
SELECT name FROM Employee ORDER BY name
+ 0 comments select name from Employee order by 1;
+ 0 comments select name from employee order by name asc;
Load more conversations
Sort 470 Discussions, By:
Please Login in order to post a comment