Saturday, August 13, 2011

Accenture Interview


Displaying 1 - 16 of 16
Sl No.QUESTIONRATINGANSWER
1What is MySQL ?Star Rating Star RatingView Answer
2What is DDL, DML and DCL ?Star Rating Star RatingView Answer
3How do you get the number of rows affected by query?Star RatingView Answer
4If the value in the column is repeatable, how do you find out the unique values?Star RatingView Answer
5How do you return the a hundred books starting from 25th?Star RatingView Answer
6You wrote a search engine that should retrieve 10 results at a time, but at the same time you’d like to know how many rows there’re total. How do you display that to the user?Star Rating Star Rating Star Rating Star Rating Star RatingView Answer
7How would you write a query to select all teams that won either 2, 4, 6 or 8 games?Star RatingView Answer
8How would you select all the users, whose phone number is null?Star RatingView Answer
9What does this query mean: SELECT user_name, user_isp FROM users LEFT JOIN isps USING (user_id) ?Star Rating Star Rating Star RatingView Answer
10How do you find out which auto increment was assigned on the last insert?Star Rating Star Rating Star RatingView Answer
11What does –i-am-a-dummy flag to do when starting MySQL?Star Rating Star Rating Star RatingView Answer
12On executing the DELETE statement I keep getting the error about foreign key constraint failing. What do I do?Star RatingView Answer
13When would you use ORDER BY in DELETE statement?Star Rating Star Rating Star RatingView Answer
14How can you see all indexes defined for a table?Star Rating Star Rating Star RatingView Answer
15How would you change a column from VARCHAR(10) to VARCHAR(50)?Star Rating Star Rating Star Rating Star RatingView Answer
16How would you delete a column?Star Rating Star Rating Star Rating Star RatingView Answer

No comments:

Post a Comment