how to fetch second last record form table in oracle sql|Fetch only last second record in oracle|

preview_player
Показать описание
Purchase SQL Book with Hands on Projects :
SQL with Hands on Projects :
Fetch 3rd highest salary in oracle sql | Very easy method to fetch 3rd highest salary in oracle|
What All Issues find in ETl Testing Process| SQL ETL Testing Important Issues|
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.
Kindly Watch Complete Video and Subscribe to SQL Master YouTube Channel
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
how to fetch second last record form table in oracle sql|Fetch only last second record in oracle|
Рекомендации по теме
Комментарии
Автор

I have doubt - when i am writing the query in from clause it is giving output.
Example -select * from ( select empno, ename, job, row_number ()over(order by empno desc) as rn from emp)
where rn=3


But when i am writing like this why not coming output
Example -select empno, ename, job, row_number ()over(order by empno desc) as rn from emp
where row_number=1

life_style
Автор

Can we insert data like 1000 rows in one time or we have to write all time like this 1st row--> insert into <TABLENAME> value ( 'vi' 123, 'mh' 5900)
2nd row--> insert into <TABLENAME> value ( 'si' 12r, 'ap' 6000)

life_style
welcome to shbcf.ru