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 […]
Category: Study Materials
Students మరియు competitive exam aspirants కోసం ఉపయోగపడే study notes, important questions, computer knowledge, online tests మరియు exam preparation resourcesను ఇక్కడ పొందవచ్చు. వివిధ subjects మరియు examinationsకు సంబంధించిన useful learning materialsను సులభమైన తెలుగులో అందిస్తున్నాము.
HTML for beginners
HTML stands for Hypertext Markup Language. It is used to display the document in the web browsers. HTML pages can be developed to be simple text or to be complex multimedia program containing sound, moving images and java applets. HTML is considered to be the global publishing format for Internet. It is not a programming […]
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: […]


