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 implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
1076what is the system function to get the current user's user id? : Sql server database administration
1036what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
1034what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
994what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
959explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
950tell me what is blocking and how would you troubleshoot it? : Sql server database administration
913what are constraints? Explain different types of constraints? : Sql server database administration
1001
Explain the blob datatype?
What are the main features of couchdb?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What are the advantages of myisam over innodb?
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
What is difference between stored procedure and user defined function?
How to connect a sql*plus session to an oracle server?
How to check if a record exists in a mysql database php?
What is join and name different type of joins?
Can you tell which of the following where clauses is faster?
What does it mean to manipulate data?
What is deterministic in mysql?
Does table partitioning improve performance?
What is error ora-12154: tns:could not resolve the connect identifier specified?
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?