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) what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval
2 7947What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query
2 6183what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?
2 16839How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
2263Table Order_Name has a column Order_Date which gives the date & Time at which the order is passed.Find the table to write a query to find out the latest order.
5 9156Table Student has 3 columns,Student_id,Student_Name & Course_Id. Table Course has 2 columns, Course_Id & Course_Name.Write a query to listdown all the Courses and number of student in each course.
TCS,
10 20640
What is the main difference between union and union all?
Does mongodb use sql?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
List the different types of normalization?
I want to find out all databases starting with ‘test’, I have access to?
Can you explain the 'between' clause?
How to check if a column is nullable before setting to nullable?
What do you understand by the analysis services in sql server?
What is like operator for and what are wild cards?
Difference between hot backup vs. Cold backup?
Which are the new data types introduced in sql server 2008?
What are types of indexes in sql?
What is sql analyzer?
How to check database size in sybase iq?
what happens on checkpoint? : Sql server database administration