What are string functions in sql?
No Answer is Posted For this Question
Be the First to Post Answer
How do I find duplicates in sql?
The select into statement is most often used to create backup copies of tables or for archiving records?
What is trigger in sql? Explain
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Does sql between include endpoints?
wirte a query to filter improper date format follwing table? date 20-apr 22-may-2010 26-jun-2010 feb-2009 i want the output date 22-may-2010 26-jun-2010
What is sqlca in powerbuilder?
Which operator is used in query for pattern matching?
Table Order_Name has a column Order_Date which gives the date & Time at which the order is passed.Find the table to write a query to find out the latest order.
can we create index on index?
using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.
how view used for security purposes?