Saturday, 18 March 2017

Sql query

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.

No comments:

Post a Comment