I want to select a value from my customers datatable. I have been asked this question in an interview.
Select cust_Name from customers where cust_Id=5;
will result as Naresh.
Now I want to print the value as
Customer Name is Naresh
How can I print the value like this.Thank you