HomeSimple Queries in SQL Write a query to display the name of employee whose name contains T as the last alphabet. 10 Comments Facebook Twitter Q. Write a query to display the name of employee whose name contains T as the last alphabet. Table --- Answer = Select ename from EmplWhere ename like “%T”;
Wow dude
ReplyDeleteThank you 😊😊☺️
Delete^_^
ReplyDeleteHla
ReplyDelete????
ReplyDeleteHallo
ReplyDeletewhy is % used?
ReplyDelete% is like operator which help us to find name with last alphabet T.
Deletewhere is <> used?
ReplyDeleteNo need of <> ( not equal to ) operator.
DeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )