Skip to content

SQL Interview Question 87 || #sql #mysql #oracle #interview #shorts #reels #coding @SekharAcademy1

SQL Interview Question 87 || #sql #mysql #oracle #interview #shorts #reels #coding @SekharAcademy1

‘#Question-87:

How do you concatenate strings in SQL?
or
How to display the employee first name and last name in one column in SQL?

Table Name – Employee

Query ::
SELECT CONCAT(Emp_FName, ‘ ‘, Emp_LName) AS FullName
FROM Employee;

SELECT * FROM Employee;

@Sekharacademy1

#sql
#sqlqueries
#mysql
#oracle
#learning
#interview
#programming
#database
#education
#sqlinterview
#interviewquestions

Leave a Reply

Your email address will not be published. Required fields are marked *