Explain what are the basic functions for master, msdb, model, tempdb databases?
Answer / Vaibhab Kumar
{"master": "Holds system tables and system procedures that support SQL Server itself. Contains system catalog views, system stored procedures, and system database objects. It is read-only during normal operations.
"msdb": "Used by SQL Server Agent for storing its jobs, schedules, alerts, operators, etc.
"model": "Contains the template for creating new databases. When a new database is created, the structure of the model database is copied to create the new database. It is read-only and should not be modified.
"tempdb": "Used by SQL Server as a temporary workspace to store intermediate results during query processing and other operations. Data stored in tempdb is lost when the session ends or the SQL Server service is restarted."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Does any body please help me what question's have asked for SSRS in the interview?
How to create new databases with "create database" statements?
How to find index size for each index on table?
What is the difference between cross join and Full outer join?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Do you know what is a with(nolock)?
What is Stored Procedure? What is Views in sql server? Difference between a User Defined Function and a Stored Procedure Difference between a primary key and a unique key? What is a join and explain different types of joins. Difference between temp table and table variable Difference between Triggers and Stored Procedures Difference between UNION ALL Statement and UNION What is COALESCE / Why do we use COALESCE? Why we use SET ROWCOUNT in Sql How many clustered index can have a table How many types of local tables in SQL SERVER Difference between DELETE and TRUNCATE What is Aggregate Functions? What is Row_Number()? What are Ranking Functions? What is NOLOCK? What is CTE? What are the Advantages of using CTE? What is the STUFF function and how does it differ from the REPLACE function? What are the difference between clustered and a non-clustered index? What are the different index configurations a table can have? Difference between a HAVING CLAUSE and a WHERE CLAUSE? Difference between SET and SELECT Provide all the built in string function of SQL SERVER Difference between char and varchar data types Define candidate key, alternate key, composite key. What are constraints? Explain different types of constraints. What is a self join? Explain it with an example. How will you convert table row to a column comma separated value
Can we use where clause with group by?
Does sql server 2016 have ssms?
What are the benefits of using stored procedures over sql statements?
what's sql server? : Sql server database administration
Why we use the openxml clause?
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)