Find The Employee Name Who Is Having Maximum Salary in The Employee Table
The document discusses topics related to SQL such as finding highest salaries from employee tables, using commands like DELETE and DROP, explaining the software testing life cycle and priorities. It also addresses testing tools, test cases for web logins, connecting to databases, SQL queries using joins, stored procedures, ETL processes, and differences between languages like PHP and ASP. Various SQL concepts are covered like indexes, triggers, functions and using clauses like HAVING.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
44 views3 pages
Find The Employee Name Who Is Having Maximum Salary in The Employee Table
The document discusses topics related to SQL such as finding highest salaries from employee tables, using commands like DELETE and DROP, explaining the software testing life cycle and priorities. It also addresses testing tools, test cases for web logins, connecting to databases, SQL queries using joins, stored procedures, ETL processes, and differences between languages like PHP and ASP. Various SQL concepts are covered like indexes, triggers, functions and using clauses like HAVING.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
1. Find the second highest salary from the employ table.
2. explain about delete and drop command
3. Explain Softare Testing Life Cyle(STLC) 4. Severity and priory with example. 5. Experience about some testing tools. 7. Test cases for Web login screen. 1. Find the employee name who is having maximum salary in the employee table
1. DDL, DML statements 2. TABLES, DATATYPES, STORED Procedures, , triggers, functions, views, Users, Schema 3. How to connect to database using SQL server Management studio, Oracle developer. 4. What is ETL 5. SQL query using Joins inner and outer Join, group by, having, where, case statement, UNION, Subquery 6. Linked Servers 7. SQL server Jobs 8. Excel 9. Basic Unix skills(not Mandatory) 10. Web Service Testing
Table properties Round 1 questions 1. Why SQL is called structured. 2. What is index. 3. Will it be beneficial if we add index to transactions db having a lot of insert delete update transactions. 4. What will happen to index after insert statement . 5. what is stored procedure and how it is processed by query processor. 6. what is ETL architecture 7. What are dbcc commands. 8. difference between inner and outer join 9. what is trigger. 10. What is stored procedure.
Round 2 Questions
1. Difference between inner and self join. 2. Data Mining 3. select rows from 5th to 10th in a table of 20 records. 4. PHP full form 5. Difference between PHP and ASP 6. Why PHP is better. 7. What medium / tool / console you used for MySql query processing. 8. What was the platform of application (Web / windows) you used for testing. 9. ETL and why it's used in modern IT era. 10. What are pointers in C. 11. Why the need for direct memory reference using pointer in C. 12. Why pointers are not used in oops languages like Java c++. 13. What is Cursor in sql. 14. What is trigger. 15. Can we attach trigger to select statement. 16. What is stored procedure. 17. Why stored procedure is beneficial. 18. What functions you know in sql. 19. There is a table with column "name" having first name middle name last name separated by spaces. Tell the query to get only middle names from that column. 20. Why having clause is used. What is difference in where and having. 21. How can you connect yr database to any application 22. What is commit in SSQL. 23. How commit is different from save point. 24. What is substring 25. What is CRM