What does the argument [or replace] do?
Answer / Siddharth Kumar
In SQL and PL/SQL, the [or replace] clause is used to replace specified characters in a string with other characters or remove them entirely. For example: replace(column_name, 'old_value', 'new_value')
| Is This Answer Correct ? | 0 Yes | 0 No |
How many triggers can be applied to a table?
Do ddl statements need commit?
Write a sql select query that only returns each name only once from a table?
What is the use of stored procedures?
How can a pl sql block be executed?
What is the difference between DELETE and TRUNCATE?
15 Answers Johns Hopkins University, Tech Mahindra,
what is indexing, searching and user interface?
What is an Exception ? What are types of Exception ?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is difference between procedure and trigger?
In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;
Why does %isopen return false for an implicit cursor?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)