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) if no size is defined while creating the database, what size will the database have? : Sql server administration
1 1075what stored procedure can you use to display the current processes? : Sql server administration
1 1077you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
1 1051how you can move data or databases between servers and databases in sql server? : Sql server administration
1 1040why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
1 1160you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
1 1335You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
1 1079
in oracle BPM composer in part BA model on design model in enterprise model i cannot connection with value chain model work not links in part properties do you can me help me?
How do I start sql server 2017?
what is schema? : Sql dba
How did mongodb get its name?
List the ways in which dynamic sql can be executed?
How raid can influence database performance?
Equi join and non equi join is possible with sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is normalization and what are the advantages of it?
How to start an oracle instance?
What is the current version of postgresql?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is a scheduled job or what is a scheduled task?
What is the difference between case version and decode version?
how to escape special characters in sql statements? : Sql dba