Home
About
Contact
IT Computer Tutorials
Home-icon
BCA
_FYBCA
__C Program
_SYBCA
__Data Structure
_TYBCA
__Java
__Web
BSc (Computer)
_FYBSc
__C Program
_SYBSc
__Data Structure
_TYBSc
__Software Testing
__Operating System
Database Management System (DBMS)
Create the following tables ( primary keys are underlined). Account ( acct_no ,acct_type, balance, branch_name) Customer (cust_no, cust_name, cust_city) Relationships : Customer-Account :1-M Constraints: acct_type can be “saving” or “current”, balance > 0 Create the above database in PostGreSQL and insert sufficient records.
IT Comp Tutorials
November 02, 2023
Read more
Database Management System (DBMS)
Create the following tables ( primary keys are underlined). Emp (eno, ename, salary) Project (pno, pname, budget) Relationships: Emp– Project : M – M with descriptive attribute no-of-hrs Create the above database in PostGreSQL and insert sufficient records.
IT Comp Tutorials
November 02, 2023
Read more
Database Management System (DBMS)
Create the following tables ( primary keys are underlined). Sales_order(s_orderno, s_order_date, order_amt) Client(client_no, name, address) There exists a one-to-many relationship between Client and Sales_order Constraints: order_amt > 0 Create the above database in PostGreSQL and insert sufficient records.
IT Comp Tutorials
November 02, 2023
Read more
Database Management System (DBMS)
Consider the following Doctor - Patient database (Primary keys are underlined) Doctor (doctor_code,doctor_name, specialization, address, phone_no) Patient (Patient_code, Patient_name, symptoms) There exists a one-to-many relationship between Doctor and Patient. Create the above database in PostGreSQL and insert sufficient records.
IT Comp Tutorials
October 30, 2023
Read more
Software Testing
E Commerce Test Cases
IT Comp Tutorials
April 05, 2023
E Commerce Test Cases
Read more
Newer Posts
Older Posts
Followers
Blog Hierarchy
November
7
October
1
April
1
March
4
February
4
January
5
Social Plugin
Popular Posts
Social Plugin