Database New Syllabus Solution

18. 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

Software Engineering 2021 Makeup Solution

Q.no 1   Q.no 3 Certainly, here are five functional requirements and three non-functional requirements for a social networking system: Functional Requirements: User Registration and Profile Creation: – Users should be able to register accounts with unique usernames and passwords. – The system should allow users to create and manage their profiles, including adding personal […]

Continue Reading