how to i write the query 'NISHI' TO
N
I
S
H
I
Answer Posted / karthik
SELECT 'NISHI' NAME FROM DUAL;
COLUMN NAME FORMAT A1
/
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How to define a data source name (dsn) in odbc manager?
How to select some rows from a table in oracle?
What are the oracle differences between nvl and coalesce
How to export several tables together?
How to compare dates in oracle sql?
How to loop through data rows in the implicit cursor?
How to convert a date to char in oracle? Give one example.
Explain overloading. Can functions be overloaded?
How to rebuild an index in oracle?
How do I know if oracle client is installed on windows?
How to create a table index?
How to handle a single quote in oracle sql?