How do you concatenate in sql?
No Answer is Posted For this Question
Be the First to Post Answer
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>;
What is execution plan in sql?
What is bulk compiling in pl/sql.?
What is a sql profiler?
How many rows will return from dual table?
How to use sql*plus built-in timers?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
In a package if we have 10 procedures or functions,How to know which will execute first?
Is sql scripting language?
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
What is the benefit of foreign key?
write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
Oracle (3259)
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)