Can we store videos inside the sql server table?
What is rank function?
Write a program to fetch first 10 records from a file?
Explain indexing and what are the advantages of it?
How to link tables in sql server?
Does a server store data?
What is the purpose of indexing?
what is the difference between group and having give an example with query and sample output
In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2
How do I list the available tables in a database I'm querying?
How can you control the amount of free space in your index pages?
if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?
Can we create clustered index on non primary key column
20 Answers ABC, CTS,