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) I need to write a simple query,which one is better select statement or stored procedure?and why?
2 7122how can we write a column values horizontal by using sql stmt; ex: select name from table_name;(actual output) a b c d require output is a b c d
5 13773if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
1 3787if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?
2 3893if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
5 8970please tell me the informatica telecom projects interview question? like if they ask about project explanation and the difficulties and the solutions taken to solve the issues for telecom projects,e.g i am workin for a vodafone project handlin postpaid section,pls tell me wat wud be the process if i work in this ? thanks
8565i have a word ***********hello********world******. I require a o/p **********hello world**********, Need to delete the middle stars.
3 6952If we have n no of columns in a table, can we add new column in that table with not null constraint?
2 5987
What happens if you delete a table that is used by a view?
what is a mixed extent? : Sql server administration
What are the types of index?
How to get data from mongodb in flask?
How does sql store data?
What do you understand by mirroring?
What is sql in mysql?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Is postgres a mpp?
What are the applications of database management system?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is the latest version of microsoft sql server?
How many threads can mysql handle?
What are the various editions of sql server 2017 that are available in the market?
What is difference between truncate and delete?