how to concatenate two character strings? : Sql dba



how to concatenate two character strings? : Sql dba..

Answer / Gulshan Jahan

To concatenate two character strings in SQL, you can use the CONCAT() function. The basic syntax is: CONCAT(string1, string2).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Which join condition can be specified using on clause?

1 Answers  


State few characteristics of pl/sql?

1 Answers  


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

1 Answers  


Define the select into statement.

1 Answers  


Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)

15 Answers   Satyam,


Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?

1 Answers  


What is the difference between partition and index?

1 Answers  


What is varchar sql?

1 Answers  


How many types of triggers are there in pl sql?

1 Answers  


What is difference between joins and union?

1 Answers  


What are inbuilt functions in sql?

1 Answers  


What are the qualities of 2nf?

1 Answers  


Categories