10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Sai Reddy
1.9k
214
21.1k
Table Structure copy
Dec 14 2017 11:29 PM
Question 1) If i take table structure through script to create new table with the same structure, will i get indexes also which were created on columns?
Question 2) If i took full back today and deferential back up tommarow, while restoring which one i need to restore first
full or deferential
?
Question 3) table 1 had 3 rows and table 2 had 3 rows.
then
select * from table1,table2
why 9 rows will come, why not 6?
Reply
Answers (
1
)
update large table columns same value
how to insert update delete data in sql database using asp.net c#