Explain the first normal form(1nf)?
No Answer is Posted For this Question
Be the First to Post Answer
i have 4 tables.. T1, T2, T3, T4.. these tables have the same structure and they store the information entered in different years.. T1 stored 2002, T2 stored 2003, T3 stored 2004 and T4 stored 2005.. i want to copy contents in T1 to T2, T2 to T3, T3 to T4 and T4 to T1.. how do i do that? Temp tables cannot be used..
What are the steps to insert a table?
What is the SQL?????????????????????????????
Is truncate autocommit?
What is BLOCK statements in SQL?
select the 3rd maximum salary from sql server database if 4 (just an example In practically I may not know the exact situation) of the highest salaries are equal.
Repair mdf file
What is trace flag in sql server?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
Explain a join?
What methods do you follow to protect from sql injection attack?
What is the difference between row_number and dense_rank?