How to Fetch First & Last Record in Single SQL Query| Single SQL Query to Fetch First & Last Record

preview_player
Показать описание
Purchase SQL Book with Hands on Projects :
SQL with Hands on Projects :
SQL query to find first record and record in single query
How to Fetch First & Last Record in Single SQL Query| Single SQL Query to Fetch First & Last Record
Here you get SQL Oracle ETL ETl Testing related many videos which may help you to prepare for interviews. Here I teach you Database, Datawarehouse, DML DDL DCL TCL commands, SQL Oracle , Where Clause, Having Clause ,Distinct , From, Group By, Order By, ETL Testing, Testing Types, Unit Testing, System Testing, Smoke Testing, Integration Testing, Functional Testing, Sanity Testing, UAT Testing.
Agile Methodology, SQL Interview Queries and Questions, ETL Tester Roles and Responsibilities, Agile Method Phases and many more educational training videos.
Also here learn microsoft sql server,sql developer,education,w3schools sql,ssms,sql injection,sql server management studio,sql server,sql,etl testing,sql interview questions,dbms interview questions,sql interview questions and answers,sql query interview questions,oracle,oracle database,sql tutorial,unit testing,sql queries,sql master,simplilearn,simple learn,sql course,agile methodology,agile model,software testing,regression testing,manual testing,data warehouse
Рекомендации по теме
Комментарии
Автор

It's good explanation. we need a favour, bcoz recently capgemini interviewer giving 25 tables, cognizant 15 tables so could you take the multi tables And do the work on SQL? Plz

SURESHREDDY-cmvt
Автор

Could you please help me with the Scenario,
Input
TABLE u
DEPTNO ENAME
10 RAGHU, RAJU, RAVI
20 MOHAN, PRIYA
30 PRAVEEN

OUTPUT
DEPTNO ENAME
10 RAGHU
10 RAJU
10 RAVI
20 MOHAN
20 PRIYA
30 PRAVEEN

Oracle 11G PL/SQL

SB-odbl
Автор

The way you explained This query is absolutely awesome 😎...sir...great work keep it up

chinukuchappidi
Автор

My question is how to find 5th max salary and 7th lowest salary using only one query .

omkarlatad