Difference between 2NF &3NF ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between char and nchar in ms sql server?
What is oltp (online transaction processing)?
What is not null constraint?
How to retrieve field values using mssql_result()?
What is the difference between a Local temporary table and a Global temporary table? How is each one used?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
what is a check constraint?
Is the primary key column of a table an index in ms sql server?
tell me the disaster recovery plan
How to change the system date and time from SQL Plus Terminal ?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
hi, how to match retrieve the unmatched records from 2 tables in which we dont have any primary key. example : table1 has 1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want the numbers from 6 to 10 to be displayed and should not come as null. i need the numbers. please reply as soon as possible.