Which index created when Create Index on table(col), Why
Answers were Sorted based on User's Feedback
Answer / sanjay
whenever you create index without specifying the type, its
non-clustered.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the difference between count () and rowcount ()?
What is data mart? : sql server analysis services, ssas
What are different types of join?
what is a self join? Explain it with an example? : Sql server database administration
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
what is the difference between group and having give an example with query and sample output
What are the kinds of subquery?
what is differencial backup?how to work?Anybody explai it?
what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?
Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?
How to execute multiple stored procedures at one time in sql server?
What is update_statistics command?
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)