Category Archives: Materials

How to create user name in SQL

How to create user name in SQL? What is the right way to use sql commnds Step1: First you need to connect system user. If you want to connect system user use the following command. Sql> conn system/oracle; Step2: After connecting the system user you need to create your own user account. Sql> create user… Read More »

Computer Applications

Computer Applications Computers are seen everywhere around us, in all spheres of life.Computers have now become an essential part of our lives.Today, computers are widely used in fields such as engineering, health care, banking, education and research, travel and tourism, weather forecasting,social networking, E commerce and so on. Government: Computers are used in government Organizations… Read More »

CSS Selectors with examples

CSS Selectors Selector is a syntax to select the element.First we have to select the element and then we have to apply style. Tag selector Id selector Class selector Compound selector Grouping selector Child selector Direct child selector Attribute selector Tag Selector: It selects all instances (examples) of a specific tag. Syntax: tag Id selector:… Read More »