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)
How do you delete data from a table?
What is trigger and types?
What is difference between schema and table?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What is trace flag in sql server?
What are the different types of database management systems?
Can a foreign key have a different name?
Is it possible to insert comments into sql statements return in the data model editor ?
How to specify transaction or query timeout?
Enlist some commands of ddl, dml, and dcl.
Can we perform backup restore operation on tempdb?
What are the attributes of cursor?
What is inverted file ?
How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
Do prepared statements prevent sql injection?