sandeep kumar


{ City } delhi
< Country > india
* Profession * agent
User No # 41954
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 22
Questions / { sandeep kumar }
Questions Answers Category Views Company eMail




Answers / { sandeep kumar }

Question { 5026 }

Give the syntax of GRANT commands?


Answer

GRANT ALL ON mydb.mytbl TO 'someuser'@'somehost';
GRANT SELECT, INSERT ON mydb.mytbl TO 'someuser'@'somehost';

Is This Answer Correct ?    2 Yes 0 No

Question { 11276 }

how we can find nth max salary from an employe table by
using my sql?


Answer

select salary from eployee

Is This Answer Correct ?    4 Yes 22 No