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
How do I create a stored procedure in sql server?
difference between Clustered index and non clustered index ?
Give main differences between "Truncate" and "Delete".
What is scrollable cursor?
What is the Disadvantage of indexed sequential file.
What is a trigger what are the advantages of trigger?
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is rtm version in sql server?
What is the use of =,==,=== operators?
What is query cost in sql server?
Can we hide the definition of a stored procedure from a use?
What objects does the fn_my_permissions function reports on? : sql server security
Explain what are the database objects? : SQL Server Architecture
Explain the cursor lock types?
How to create user defined functions with parameters?