adspace


Write an SQL query if u want to select the data from one
block which intern reflects in another block ?

thanx,do reply

Answer Posted / jerald

select * into table1 from table

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I create a trace in sql server?

1121


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


How can we solve concurrency problems?

1123


List the ways in which dynamic sql can be executed?

1088


How to remove duplicate rows from table except one?

1091


How can I check that whether automatic statistic update is enabled or not?

1113


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1216


How to enter binary string literals in ms sql server?

1246


What is a coalesce function?

1285


What is subquery? Explain the properties of a subquery?

1063


What is an indexed view?

1023


Is it possible to have clustered index on separate drive from original table location?

1041


Can we do dml on views?

1039


When should you use an instead of trigger?

1054


What is temporary table in sql server? Why we use temp table?

1023