hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
Answer Posted / tanmay dutta
Oracle Is Best.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is normalization? : Sql server database administration
what are cursors? : Sql server database administration
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is use of except clause? How it differs from not in clause?
what is a sub-report?
What is the difference between NOROW and LOCKROW?
Write a sql query to sort on different column name according to the parameters passed in the function?
What is the filtered index?
What are the advantages of user-defined functions over stored procedures in sql server?
How to name query output columns in ms sql server?
Explain difference between control flow and data flow?
Where the sql logs gets stored?
what is the difference between count(*) and count(1) ?
What are the restrictions that views have to follow?
What is default constraint?