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)
What is trigger with example?
How delete all data from all tables in sql?
First input columns brand, mt, re values are ov, 1,re vg, 2,re wu ,3,re. Second input columns are brand, mt, cx their records are ov,4,vg ,5,cx Wu, 6,cx and third input columns brand, mt, rt values are ov,7,rt vg, 8,rt wu, 9,rt but my output is brand, re, cx,rt values are ov, 1,4,7 vg, 2,5,8 wu, 3,6,9
How to recreate an existing index in ms sql server?
How do you create a database in pgadmin 3?
Can delete statement be rollbacked?
Do you know what is lock escalation?
What are the types of indexes that are present inside a database?
What is partitioned view?
Does mysql support sequence?
How does sql*loader handles newline characters in a record? : aql loader
When should an artificial (or derived) primary key be used?
What is row locking in mysql?
Is this statement true or false? All databases must be in third normal form?
Explain view in sql server?