If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
963how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
1627We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
1381
Explain different types of Normalization.
How can you fetch alternate records from a table?
What do you mean by SQL injection attack?
What is bcp? When does it use?
Is null in sql server?
What are the different types of data sources in ssrs?
What is data source in connection string?
What is the recovery model?
What is open database communication (odbc)?
Explain error and transaction handling in sql server?
How do you improve the performance of a SQL Azure Database?
What are the lambda triggers?
How to make conditional sum in ssrs?
Explain triggers in sql?
What happens if an integer is too big for int date type?