GSGautami Shettyingautamishetty.hashnode.dev·Aug 30, 2024 · 2 min readData Query Language (Part 1)Overview of SQL statements: Sql statements are classified into 5 types- Data Definition Language Data Manipulation Language Transaction Control Language Data Control Language Data Query Language Data Query Language Data Query Language is used...00
GSGautami Shettyingautamishetty.hashnode.dev·Aug 28, 2024 · 2 min readDatatype in Oracle SQLDataType Data type is used to specify the type of data that will be stored in a particular memory location. Types of Data Type CHAR VARCHAR/ VARCHAR2 NUMBER DATE LARGE OBJECT CHARACTER LARGE OBJECT BINARY LARGE OBJECT CHAR CHAR datatype ...00
GSGautami Shettyingautamishetty.hashnode.dev·Aug 27, 2024 · 3 min readIntroduction to SQLSQL SQL stands for Structured Query Language Data Data is a raw fact which describes the properties of an object. Properties is also known as attributes Object is also known as entity P.S. Focus on the concept not on how beautiful Julli looks I...00
GSGautami Shettyingautamishetty.hashnode.dev·Jun 10, 2024 · 2 min readTokens in JavaToken is a smallest unit of java which is very important without token, we cannot write any java program. Token is classified into 4 types: Keywords Identifiers Separators Literals Keywords: Keywords are predefined words Keywords has it's ow...00
GSGautami Shettyingautamishetty.hashnode.dev·Jun 6, 2024 · 2 min readImportant Commands of Command PromptIn this blog I'll mention some of the important commands which will be mostly used in Java: cd: This command is used to exit the folder E: (Drive name) This command is used to jump from one drive to another drive cd folderName: This command is ...00