4th semester Pre Board 2024
NCC Morgan
Continue ReadingNCC Morgan
Continue ReadingQuestion paper Solution Pre- board Paper Syllabus Here Unit 2 Unit 3 Unit 4 Unit 5 Unit 6
Continue ReadingTest case for checking the login functionality of an airline seat reservation system: Test Case Title: Check Login Functionality Test Case ID: AIRLINE-001 Test Objective: To verify that the login functionality of the airline seat reservation system works correctly. Preconditions: The user must have valid login credentials. The system is operational. Test Steps: Enter valid […]
Continue Reading18. A join operation is used to combine rows from two or more tables based on a related column between them. It is one of the fundamental operations used in relational databases for querying and retrieving data from multiple tables simultaneously. Ans: Select e.emp_name,e.province,e.city,b.branch,b.salary from Employee e Left join Branch b on e.emp_name=b.emp_name; Select […]
Continue Reading