Program:-3: A Program in SQL Using Logical Operators
Program:-3: A Program in SQL Using Logical Operators
Table created.
NAME CHAR(10)
ROLLNO NUMBER(10)
PHONENO NUMBER(10)
Insert Command
1 row created.
1 row created.
NAME CHAR(10)
ROLLNO NUMBER(10)
PHONENO NUMBER(10)
Select Command
nancy 27 1478523691
himanshi 16 4567891230
jyoti 21 3698521471
NAME ROLLNO
---------- ----------
nancy 27
himanshi 16
jyoti 21
---------- ----------
jyoti 21
NAME ROLLNO
---------- ----------
nancy 27
NAME ROLLNO
---------- ----------
nancy 27
jyoti 21
DATABASE MANAGEMENT
SYSTEM LAB FILE