Solve This (? + ? + ?=30)
If 1111=R, 2222=T, 3333=E, 4444=N Then 5555=?
Guess the Hindi Muhawara from the following whatsapp Emoticons?
Sweet, Medicine, Film, Girl, City, Car, Place, Doggy all are name same, guess which word it is?
A girl is blind, deaf, dumb and uneducated too. A boy loves her. How would he propose without touching her?
Four Question, One Answer: One River Name, One Flower Name, One Film Name, One Actress Name?
Guess me who am I, I am the first on earth, the second in heaven...
Which Indian cricketer is known as "Brown Bradman"?
David Broome was a successful competitor in what sport in the 1960s and 1970s?
From 1988 to 1991 The Traveling Wilburys were active as a group; who formed the group?
SELECT * (SELECT Rownum rn, tab1.* FROM tab1) WHERE rn between lower_value and Upper_value;
Tab1 will be the name of the table and lower_value will be the Lower bound and upper_bound will be the Upper bound value .
Its a very basic question but it would be good if anyone can answer with some explanations. When we type select * from dba_users; in sql plus it will show N rows selected and total records whereas when we type select * from employee it would show only records but not the total count.
select * from dba_users;
select * from employee