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) create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
962what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
914what's the difference between delete table and truncate table commands? : Sql server database administration
996what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
997I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
1102how to determine the service pack currently installed on sql server? : Sql server database administration
982what are the different types of replication you can set up in sql server? : Sql server database administration
1036explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
1117
How to insert a new row into a table in oracle?
Can you explain pdq priority?
What are two types of data in a database environment?
How would you determine who has added a row to a table?
What is the difference between a primary key & a unique key?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is normalization and what are the advantages of it?
How can a single instance environment be converted into rac environment and how will they be different?
What is the difference between clustered and non-clustered index in sql?
What is extension and intension?
What are 3 types of databases?
Is mongodb a language?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How can a function retun more than one value in oracle with proper example?
How to connect to sybase database from linux?