SQL Server Interview Questions And Answers | SQL Interview Questions
I hope you find this video helpful, if yes the do like, comment, share and subscribe and don't forget to hit bell icon for upcoming videos.
Mock C# interview Part 1 - • C# MOCK INTERVIEW FOR FRESHERS🤯 | OOP...
Mock C# interview Part 2 - • C# MOCK INTERVIEW FOR FRESHERS🤯 | OOP...
Sql Server Interview Questions - • SQL Server Interview Questions And An...
How to get a job in Canada - • HOW TO GET A JOB IN Canada🇨🇦 from Ind...
LeetCode problem solving - • C# Coding Interview Questions | LeetC...
How to get a job in Canada - • HOW TO GET A JOB IN Canada🇨🇦 from Ind...
------------------------------------------------------------------------------------------------------------------------------------------------------------
CREATE DATABASE ORG;
CREATE TABLE Employee (
Employee_Id INT NOT NULL PRIMARY KEY IDENTITY(1, 1),
FIRST_NAME CHAR(25),
LAST_NAME CHAR(25),
SALARY INT,
JOINING_DATE DATETIME,
DEPARTMENT CHAR(25)
);
Set IDENTITY_INSERT Employee On
INSERT INTO Employee
(Employee_Id, FIRST_NAME, LAST_NAME, SALARY, DEPARTMENT) VALUES
(1, 'Monika', 'Arora', 100000, 'HR'),
(2, 'Niharika', 'Verma', 80000, 'Admin'),
(3, 'Vishal', 'Singhal', 300000, 'HR'),
(4, 'Amitabh', 'Singh', 500000, 'Admin'),
(5, 'Vivek', 'Bhati', 500000, 'Admin'),
(6, 'Vipul', 'Diwan', 200000, 'Account'),
(7, 'Satish', 'Kumar', 75000, 'Account'),
(8, 'Geetika', 'Chauhan', 90000, 'Admin');
------------------------------------------------------------------------------------------------------------------------------------------------------------
Similar queries -
sql server interview questions and answers,sql server interview questions by kudvenkat,sql server interview questions for freshers,sql server interview questions and answers for freshers,SQL server interview questions,sql questions,sql interview questions and answers,sql interview questions youtube,sql interview questions,sql interview questions for freshers,sql interview preparation,sql server interview questions 2021,sql server interview questions for .net developers
#SQLQuestions #SQLInterviewQuestionsandAnswers #SQLServerQuestions #InterviewQuestionsSqlServer #SQLQuestionsforbeginners #SQLQuestionsforProfessionals