What are the recovery models for a database?
No Answer is Posted For this Question
Be the First to Post Answer
What is a mixed extent?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
What is difference between delete and truncate commands?
in how many ways we can use count()
What is 3nf normalization?
Name the different type of indexes in sql?
How sql server executes a statement with nested subqueries?
What is the difference between seek predicate and predicate?
How to recompile stored procedure at run time?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What are the different ways you can create databases in sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)