What Is Rdbms?
What is row_number function?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What command is used to delete a table from the database in the sql server and how?
what is a correlated sub-query? : Sql server database administration
What is truncate table?
what do you understand by change data capture?
Explain about temporary stored procedure?
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
Which system table contains information on constraints on all the tables created?
How the authentication mode can be changed?
Why Master database is required?
write the query for taking database restore in sql?