select * from EmployeeInfo1 where 'Ashish'='Rahul'
select * from EmployeeInfo1 where id =0
What will be output above two queries -
It will show only schema. No record will be displayed.
select * from EmployeeInfo1 where id =0
What will be output above two queries -
It will show only schema. No record will be displayed.
No comments:
Post a Comment