adspace
Can we create nonclustered index in a table without
creating a clustered index
Answer Posted / neelesh kumar
Yes, we can. for example we can use unique constraint
without any clustered index.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
How to remove duplicate rows from table except one?
What is self contained sub query?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What is subquery? Explain the properties of a subquery?
Why and when do stored procedure recompile?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Equi join and non equi join is possible with sql server?
What are the different types of subquery?
What is a view in sql?
Can one drop a column from a table?
How do I start sql server 2017?
What is the difference between for xml raw and for xml auto?
What kind of problems occurs if we do not implement proper locking strategy?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Can sql servers link to other servers like oracle?