📖 generic · CBSE Class 11 English medium · ACCOUNTANCY · Page 44poem

value is to be compared with an attribute, the value set can be given in

Chapter 14: Structuring Database for Accounting · ACCOUNTANCY

value is to be compared with an attribute, the value set can be given in Where clause by specifying IN operator. ( ) To retrieve Details of Accounts with following Codes: relating to “621001”, “632021” and “642002”. ( Model-I and Model-II ) SELECT * Accounts Code IN( “621001”,”632001”,”642002” ); ( ) To retrieve name of all employees who do not have supervisors. ( Model-I and Model-II ) SELECT * Employees SuperId = NULL;

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →