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) When creating a user, what permissions must you grant to allow them to connect to the database?
4 7351SELECT category, type, AVG(price) FROM products GROUP BY category, type ORDER BY 1, 2 If there are three distinct categories in the "products" table, and each one has five different types, how many rows are returned by the query above? 1. 1 row 2. 3 rows 3. 5 rows 4. 8 rows 5. 15 rows
3 7127What SQL keyword must immediately follow the UNION ALL statement? 1. SELECT 2. INTO 3. ORDER 4. WHERE 5. JOIN
4 10065
Where is microsoft access located?
What new data source types were added in ssrs 2014?
Do you know spatial data types - geometry and geography in sql server 2008?
which background process invoke at the time of upgradation tell me???
Define a temp table?
What is a dynamic query?
What are the numeric comparison operations?
How can you start sql server in different modes?
How is mapping of name of dll and function done?
How to download microsoft sql server 2005 express edition?
Name the different triggers associated with oracle forms having a master-detail relationship.
How do I do transactions/locking in mongodb?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
I am getting error "no communication channel" after changing the domain name? What is the solution?
Do you know what is user defined datatypes and when you should go for them?