Skip to content
SeekTuts
    • Home
    • Blog
    • Tutorials
      • SQL
        • Database Development
          • Create Database
          • Create Table
          • Primary Key
          • Identity Attribute
          • Foreign Key
          • Unique Key
          • Default Constraint
          • Check Constraint
          • NOT NULL Constraint
          • Insert Data in Table
          • Select Data From Table
          • Filter Data From Table
          • Select Distinct Records
          • Sort Data Using Order By
          • Update Data
          • Delete Data
          • Truncate Table
        • Database Administration
          • Create SQL Full Database Backup
          • Restore Database From Full Backup
          • Import Data From Text File
          • Export SQL Table To A Text File
          • Import Data From Excel To SQL
          • Export SQL Table To Excel
          • Import Access Table To SQL
          • Export SQL Table To Access Database
          • Generate Database Script
          • Create SQL Server Login
          • Public Server Role
    • Schools
      • Computer Class 10
        • Unit-01: Programming
        • Unit-02: User Interaction
        • Unit-03: Conditional Logic
        • Unit-04: Data Repetition
        • Unit-05: Functions
      • Computer Class 9
        • Unit-01: Problem Solving
        • Unit-02: Binary System
        • Unit-03: Networks
        • Unit-04: Data and Privacy
        • Unit-05: Designing Website
      • Computer Class 8
        • Unit-01: Networks and Communications
        • Unit-02: Security Threats
        • Unit-03: Spreadsheets
        • Unit-04: Problem Solving
        • Unit-05: Programming
    • Guest Post
    • Toggle website search
    Menu Close
    • Home
    • Blog
    • Tutorials
      • SQL
        • Database Development
          • Create Database
          • Create Table
          • Primary Key
          • Identity Attribute
          • Foreign Key
          • Unique Key
          • Default Constraint
          • Check Constraint
          • NOT NULL Constraint
          • Insert Data in Table
          • Select Data From Table
          • Filter Data From Table
          • Select Distinct Records
          • Sort Data Using Order By
          • Update Data
          • Delete Data
          • Truncate Table
        • Database Administration
          • Create SQL Full Database Backup
          • Restore Database From Full Backup
          • Import Data From Text File
          • Export SQL Table To A Text File
          • Import Data From Excel To SQL
          • Export SQL Table To Excel
          • Import Access Table To SQL
          • Export SQL Table To Access Database
          • Generate Database Script
          • Create SQL Server Login
          • Public Server Role
    • Schools
      • Computer Class 10
        • Unit-01: Programming
        • Unit-02: User Interaction
        • Unit-03: Conditional Logic
        • Unit-04: Data Repetition
        • Unit-05: Functions
      • Computer Class 9
        • Unit-01: Problem Solving
        • Unit-02: Binary System
        • Unit-03: Networks
        • Unit-04: Data and Privacy
        • Unit-05: Designing Website
      • Computer Class 8
        • Unit-01: Networks and Communications
        • Unit-02: Security Threats
        • Unit-03: Spreadsheets
        • Unit-04: Problem Solving
        • Unit-05: Programming
    • Guest Post
    • Toggle website search
      Read more about the article Advanced SQL Queries For Practice With Solution

      Advanced SQL Queries For Practice With Solution

      In "Advanced SQL Queries For Practice With Solution", we learn queries with correlated, non-correlated, Joins, stored procedures, functions, etc.

      Continue ReadingAdvanced SQL Queries For Practice With Solution
      Read more about the article SQL Queries For Practice With Solution

      SQL Queries For Practice With Solution

      In this article "SQL Queries For Practice With Solution", we will learn how to write SQL Queries from basic level to advance level with practical examples.

      Continue ReadingSQL Queries For Practice With Solution
      Read more about the article How to use Transaction in SQL Stored Procedure

      How to use Transaction in SQL Stored Procedure

      In this post "How to use Transaction in SQL Stored Procedure", we will learn about try-catch block and how a transaction work in SQL Server with examples.

      Continue ReadingHow to use Transaction in SQL Stored Procedure
      Read more about the article How To Install Power Query in Excel 2013

      How To Install Power Query in Excel 2013

      In this post "How to install power query in Excel 2013", we will learn step by step installation of Power Query in Excel 2013 with graphical pictures.

      Continue ReadingHow To Install Power Query in Excel 2013
      Read more about the article Difference Between IN and NOT IN Operators in SQL

      Difference Between IN and NOT IN Operators in SQL

      In this article, We will learn what is the difference between IN and NOT IN operators and how we can use these operators in SQL queries with practical examples.

      Continue ReadingDifference Between IN and NOT IN Operators in SQL
      Read more about the article How To Change Schema Name in SQL Server

      How To Change Schema Name in SQL Server

      In this article, we will learn step by step how to change schema name in already created user by using SQL Server Graphical User Interface and by using T-SQL.

      Continue ReadingHow To Change Schema Name in SQL Server
      Read more about the article How To Create Database User In SQL Server

      How To Create Database User In SQL Server

      In this article, we will learn how to create database user in SQL Server and with a login and how to assign roles and permissions.

      Continue ReadingHow To Create Database User In SQL Server
      Read more about the article What is The Public Server Role in SQL Server

      What is The Public Server Role in SQL Server

      In this article, we will see What is the public Server Role in SQL Server and what we can do when assigned to a login created in the SQL Server.

      Continue ReadingWhat is The Public Server Role in SQL Server
      Read more about the article How To Create SQL Server Login

      How To Create SQL Server Login

      In this post we will learn step by step how to create user login using SQL Server Management Studio GUI (Graphical User Interface)

      Continue ReadingHow To Create SQL Server Login
      Read more about the article How To Modify Date in SQL Using DATEADD

      How To Modify Date in SQL Using DATEADD

      In this article, How to modify date in SQL using DATEADD we will learn how we can add or subtract values in date (day, month, year etc.) using DATEADD function.

      Continue ReadingHow To Modify Date in SQL Using DATEADD
      Read more about the article How To Get Year From Date in SQL Server

      How To Get Year From Date in SQL Server

      In this article, "How to get month from date in SQL Server" we will learn how we can get month from date provided as input parameter from string and table column.

      Continue ReadingHow To Get Year From Date in SQL Server
      Read more about the article How To Get Month From Date in SQL Server

      How To Get Month From Date in SQL Server

      In this article, "How to get month from date in SQL Server" we will learn how we can get month from date provided as input parameter as string or table column.

      Continue ReadingHow To Get Month From Date in SQL Server
      Read more about the article How To Get Day From Date in SQL Server

      How To Get Day From Date in SQL Server

      In this article, "How to get day from date in SQL Server" we will learn how we can get day from date provided as input parameter from string and table column.

      Continue ReadingHow To Get Day From Date in SQL Server
      Read more about the article How To Add Headings To A Web Page In HTML

      How To Add Headings To A Web Page In HTML

      In How to add a heading to a web page using HTML, we will learn how we can add a heading with the most importance using h1, and headings with less importance.

      Continue ReadingHow To Add Headings To A Web Page In HTML
      Read more about the article SQL Interview Questions and Answers

      SQL Interview Questions and Answers

      In this article, we will cover SQL Interview Questions and Answers for fresher as well as professionals. We cover these questions with practical examples.

      Continue ReadingSQL Interview Questions and Answers
      Read more about the article How To Use ROW_NUMBER Function in SQL

      How To Use ROW_NUMBER Function in SQL

      In this article How To Use ROW_NUMBER Function in SQL, we will learn how to generate row numbers for every new record in the select list using ROW_NUMBER().

      Continue ReadingHow To Use ROW_NUMBER Function in SQL
      Read more about the article Date and Time Functions in SQL Server

      Date and Time Functions in SQL Server

      Date and Time Functions in SQL Server we will look current_timestamp, dateadd(), datediff(), datename(), datepart(), day(), getdate(), month(), year() etc.

      Continue ReadingDate and Time Functions in SQL Server
      Read more about the article How to write programs in C with Solution

      How to write programs in C with Solution

      In this post, How to write programs in C with Solution we will learn how to write programs from basic to advanced level with practical examples.

      Continue ReadingHow to write programs in C with Solution
      Read more about the article How To Find Nth Highest Salary in SQL Server

      How To Find Nth Highest Salary in SQL Server

      In this article, we will learn how to find the Nth highest salary of an employee with some practical examples in SQL Server.

      Continue ReadingHow To Find Nth Highest Salary in SQL Server
      Read more about the article STORED PROCEDURE in SQL Server

      STORED PROCEDURE in SQL Server

      In this article, Stored Procedure in SQL Server we will learn how to create a stored procedure without parameters and with single or multiple parameters.

      Continue ReadingSTORED PROCEDURE in SQL Server
      • 1
      • 2
      • 3
      • 4
      • Go to the next page

      SQL-Database Development

      • Create Database
      • Create Table
      • Primary Key Constraint
      • Identity Column
      • Foreign Key Constraint
      • Unique Key Constraint
      • Default Key Constraint
      • Check Constraint
      • NOT NULL Constraint
      • Insert Statement
      • Select Statement
      • WHERE Clause
      • Distinct Statement
      • Select Into Statement
      • Delete Statement
      • Truncate Statement
      • Having Clause
      • Group By Clause
      • Joins in SQL
      • Stored Procedures in SQL
      • Find Nth Highest Salary
      • Date and Time Functions
      • Row_Number() Function
      • Get Day From Date
      • Get Month From Date
      • Get Year From Date
      • Modify Date
      • IN and NOT IN Operators

      SQL-Database Administration

      • SQL Full Backup
      • Restore Full Backup
      • Export Table Data To Text File
      • Import Data From Text File
      • Export Table Data To Excel
      • Import Data From Excel
      • Export Table To Access Database
      • Import Data From Access Database
      • Generate Database Script
      • Create SQL Server Login
      • Create Database User
      • Change Schema Name
      • Public Server Role

      Categories

      Newsletter

      Get all latest content delivered to your email a few times a month. Updates and news about all categories will send to you.
      Email is required Email is not valid
      This field is required
      Thanks for your subscription.
      Failed to subscribe, please contact admin.

      SeekTuts

      SeekTuts main objective is to provide you quality education specially in computer science like Database Development and Administration, Servers Administration, and in other programming languages.

      Categories

      • Database Administration
      • Database Development
      • HTML
      • INTERVIEW QUESTIONS AND ANSWERS
      • Microsoft Excel
      • Programming in C
      • Schools
      • System Administration

      Navigation Menu

      • About Us
      • Contact Us
      • Privacy Policy
      • Terms and Conditions

      Newsletter




      Copyright 2023 - SeekTuts