SQL Examples Flashcards
How to implement cartesian product in SQL?
What are some of the string operations in SQL?
How is “in” operator used in SQL?
What is a Sub Query?
What are Nested Subqueries?
How are subqueries in the Where clause formed?
How is set comparison operator “Some” clause used in SQL?
How is set comparison operator “all” clause used in SQL?
How and why is a “exists” clause and “not exists” used?
How to test for absence of duplicate tuples using “Unique” clause?
How are subqueries in the From clause formed?
How is SQL “With” clause used?
How are subqueries in the Select clause formed?
How to delete tuples from a table in SQL?
How to insert tuples into a table in SQL?
How to update a tuple in SQL?
How is the conditional statement “CASE” used in SQL?
What are the different types of joins between relations?